diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-12-30 23:47:09 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-12-30 23:47:09 +0000 |
commit | dce63c6fc39c06e53be4a0fbdd0fe0640a09ddd5 (patch) | |
tree | fcc29d3d4bb1a40eac1854fb891a010501ab7b3d /dev-libs/libol | |
parent | Stable on Alpha, bug 158254. (diff) | |
download | gentoo-2-dce63c6fc39c06e53be4a0fbdd0fe0640a09ddd5.tar.gz gentoo-2-dce63c6fc39c06e53be4a0fbdd0fe0640a09ddd5.tar.bz2 gentoo-2-dce63c6fc39c06e53be4a0fbdd0fe0640a09ddd5.zip |
Stable on Alpha, bug 158182.
(Portage version: 2.1.2_rc4-r2)
Diffstat (limited to 'dev-libs/libol')
-rw-r--r-- | dev-libs/libol/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libol/libol-0.3.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libol/ChangeLog b/dev-libs/libol/ChangeLog index 99b1094bde8e..d676ee869859 100644 --- a/dev-libs/libol/ChangeLog +++ b/dev-libs/libol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libol # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/ChangeLog,v 1.87 2006/12/20 22:08:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/ChangeLog,v 1.88 2006/12/30 23:47:09 kloeri Exp $ + + 30 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> libol-0.3.18.ebuild: + Stable on Alpha, bug 158182. 20 Dec 2006; Brent Baude <ranger@gentoo.org> libol-0.3.18.ebuild: Marking libol-0.3.18 ppc64 stable for bug#158182 diff --git a/dev-libs/libol/libol-0.3.18.ebuild b/dev-libs/libol/libol-0.3.18.ebuild index 673d0c094e82..ecec80e783fb 100644 --- a/dev-libs/libol/libol-0.3.18.ebuild +++ b/dev-libs/libol/libol-0.3.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.18.ebuild,v 1.7 2006/12/20 22:08:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.18.ebuild,v 1.8 2006/12/30 23:47:09 kloeri Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.balabit.com/downloads/libol/0.3/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="" DEPEND="virtual/libc" |