diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-03-11 15:52:01 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-03-11 15:52:01 +0000 |
commit | 12027bf9c58950c08b72dbaf5ae6c1b2f2499ad9 (patch) | |
tree | ba561dcf9882bc60dd530f891d72f250d044314c /app-portage | |
parent | new upstream release. (diff) | |
download | gentoo-2-12027bf9c58950c08b72dbaf5ae6c1b2f2499ad9.tar.gz gentoo-2-12027bf9c58950c08b72dbaf5ae6c1b2f2499ad9.tar.bz2 gentoo-2-12027bf9c58950c08b72dbaf5ae6c1b2f2499ad9.zip |
Stable on ppc wrt bug 170310
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.8.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index bb602e085cda..232a86047566 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.149 2007/03/11 14:13:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.150 2007/03/11 15:52:01 nixnut Exp $ + + 11 Mar 2007; nixnut <nixnut@gentoo.org> eix-0.8.8.ebuild: + Stable on ppc wrt bug 170310 11 Mar 2007; Raúl Porcel <armin76@gentoo.org> eix-0.8.8.ebuild: x86 stable wrt bug 170310 diff --git a/app-portage/eix/eix-0.8.8.ebuild b/app-portage/eix/eix-0.8.8.ebuild index 6a3eae5adfaa..456d35d412b3 100644 --- a/app-portage/eix/eix-0.8.8.ebuild +++ b/app-portage/eix/eix-0.8.8.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.8.8.ebuild,v 1.4 2007/03/11 14:13:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.8.8.ebuild,v 1.5 2007/03/11 15:52:01 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 )" |