diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-11-21 17:29:56 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-11-21 17:29:56 +0000 |
commit | e8a61121a642e6d9edccc20eb6ef59a0720446fb (patch) | |
tree | e35ae7091d9cee39880c93e525d6265a465f7537 /app-portage | |
parent | Stable on x86 wrt #199740 (diff) | |
download | gentoo-2-e8a61121a642e6d9edccc20eb6ef59a0720446fb.tar.gz gentoo-2-e8a61121a642e6d9edccc20eb6ef59a0720446fb.tar.bz2 gentoo-2-e8a61121a642e6d9edccc20eb6ef59a0720446fb.zip |
Stable on ppc wrt bug 198536
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.10.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 004110b49e9c..c9630303342b 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/eix # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.196 2007/11/21 15:37:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.197 2007/11/21 17:29:56 nixnut Exp $ + + 21 Nov 2007; nixnut <nixnut@gentoo.org> eix-0.10.2.ebuild: + Stable on ppc wrt bug 198536 21 Nov 2007; Raúl Porcel <armin76@gentoo.org> eix-0.10.2.ebuild: alpha/ia64 stable wrt #198536 diff --git a/app-portage/eix/eix-0.10.2.ebuild b/app-portage/eix/eix-0.10.2.ebuild index a90e4b0d9b46..2cdb42211453 100644 --- a/app-portage/eix/eix-0.10.2.ebuild +++ b/app-portage/eix/eix-0.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.10.2.ebuild,v 1.6 2007/11/21 15:37:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.10.2.ebuild,v 1.7 2007/11/21 17:29:56 nixnut Exp $ DESCRIPTION="Small utility for searching ebuilds with indexing for fast results" HOMEPAGE="http://eix.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/eix/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="sqlite" DEPEND="sqlite? ( >=dev-db/sqlite-3 ) |