diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-12-20 18:34:47 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-12-20 18:34:47 +0000 |
commit | aa40848065eb893c25f9c20b220bda0d07f3063b (patch) | |
tree | 6ab8d8bbacdf80374bb3254f5bee105759bec45b /dev-libs/libol | |
parent | Make kernel patch future-proof (bug #156783 comment #11). (diff) | |
download | gentoo-2-aa40848065eb893c25f9c20b220bda0d07f3063b.tar.gz gentoo-2-aa40848065eb893c25f9c20b220bda0d07f3063b.tar.bz2 gentoo-2-aa40848065eb893c25f9c20b220bda0d07f3063b.zip |
amd64 stable, bug 158182
(Portage version: 2.1.1-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 5f0af5cd35ce..eb1073802669 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.85 2006/12/18 14:02:52 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/ChangeLog,v 1.86 2006/12/20 18:34:47 beandog Exp $ + + 20 Dec 2006; Steve Dibb <beandog@gentoo.org> libol-0.3.18.ebuild: + amd64 stable, bug 158182 18 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> libol-0.3.18.ebuild: Stable on sparc wrt #158182 diff --git a/dev-libs/libol/libol-0.3.18.ebuild b/dev-libs/libol/libol-0.3.18.ebuild index 6ba1da29b012..92889831f430 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.5 2006/12/18 14:02:52 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.18.ebuild,v 1.6 2006/12/20 18:34:47 beandog 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" |