diff options
author | 2007-01-19 22:15:33 +0000 | |
---|---|---|
committer | 2007-01-19 22:15:33 +0000 | |
commit | 25354897139bd21f351a15586b00ae7c7b12fd70 (patch) | |
tree | 47efe8c412a2dafd0452e93575415750ff9c5126 /app-portage | |
parent | Stable on ppc64; bug #162368 (diff) | |
download | gentoo-2-25354897139bd21f351a15586b00ae7c7b12fd70.tar.gz gentoo-2-25354897139bd21f351a15586b00ae7c7b12fd70.tar.bz2 gentoo-2-25354897139bd21f351a15586b00ae7c7b12fd70.zip |
Stable on ppc64; bug #162556
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.7.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 7ca001f31a4c..1369ed13fbae 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.142 2007/01/17 17:37:27 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.143 2007/01/19 22:15:33 corsair Exp $ + + 19 Jan 2007; Markus Rothe <corsair@gentoo.org> eix-0.7.9.ebuild: + Stable on ppc64; bug #162556 17 Jan 2007; Christian Faulhammer <opfer@gentoo.org> eix-0.7.9.ebuild: stable x86, bug #162556 diff --git a/app-portage/eix/eix-0.7.9.ebuild b/app-portage/eix/eix-0.7.9.ebuild index 443c81ce30f4..4024b1b7dcc5 100644 --- a/app-portage/eix/eix-0.7.9.ebuild +++ b/app-portage/eix/eix-0.7.9.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.7.9.ebuild,v 1.9 2007/01/17 17:37:27 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.7.9.ebuild,v 1.10 2007/01/19 22:15:33 corsair Exp $ DESCRIPTION="Small utility for searching ebuilds with indexing for fast results" HOMEPAGE="http://dev.croup.de/proj/eix" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/eix/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ~ppc-macos ~ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 mips ppc ~ppc-macos ppc64 sparc x86" IUSE="sqlite" DEPEND="sqlite? ( >=dev-db/sqlite-3 )" |