summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGysbert Wassenaar <nixnut@gentoo.org>2008-03-15 09:06:43 +0000
committerGysbert Wassenaar <nixnut@gentoo.org>2008-03-15 09:06:43 +0000
commitf0b4dd76029546e864016a3d50d3ba33101c5243 (patch)
treeb5a66c54678d578046f26abc8469b98caf22967a /app-portage
parentFixup inode corruption by upstream (diff)
downloadgentoo-2-f0b4dd76029546e864016a3d50d3ba33101c5243.tar.gz
gentoo-2-f0b4dd76029546e864016a3d50d3ba33101c5243.tar.bz2
gentoo-2-f0b4dd76029546e864016a3d50d3ba33101c5243.zip
Stable on ppc wrt bug 208909
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/eix/ChangeLog5
-rw-r--r--app-portage/eix/eix-0.10.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog
index 0ede1f3028ff..77fb34081ddc 100644
--- a/app-portage/eix/ChangeLog
+++ b/app-portage/eix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.208 2008/03/13 21:35:49 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.209 2008/03/15 09:06:43 nixnut Exp $
+
+ 15 Mar 2008; nixnut <nixnut@gentoo.org> eix-0.10.3.ebuild:
+ Stable on ppc wrt bug 208909
13 Mar 2008; Kenneth Prugh <ken69267@gentoo.org> eix-0.10.3.ebuild:
amd64 stable, bug #208909
diff --git a/app-portage/eix/eix-0.10.3.ebuild b/app-portage/eix/eix-0.10.3.ebuild
index 672a27fdc741..2b7fdeae8662 100644
--- a/app-portage/eix/eix-0.10.3.ebuild
+++ b/app-portage/eix/eix-0.10.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.10.3.ebuild,v 1.8 2008/03/13 21:35:49 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.10.3.ebuild,v 1.9 2008/03/15 09:06:43 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 )