diff options
author | 2006-09-14 05:27:49 +0000 | |
---|---|---|
committer | 2006-09-14 05:27:49 +0000 | |
commit | 3ca93a59b5869b7942155736eac72bba0bad25ce (patch) | |
tree | 5eef257d6b56514ad206075e8d63e938e4370bc9 /app-portage | |
parent | Refactored the MythTV plugins eclass a whole lot. The idea is it will have so... (diff) | |
download | gentoo-2-3ca93a59b5869b7942155736eac72bba0bad25ce.tar.gz gentoo-2-3ca93a59b5869b7942155736eac72bba0bad25ce.tar.bz2 gentoo-2-3ca93a59b5869b7942155736eac72bba0bad25ce.zip |
stable on ppc (Bug #147246)
(Portage version: 2.1.1)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index e02278ab78a4..8fa527ef3e38 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/eix # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.121 2006/09/13 14:21:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.122 2006/09/14 05:27:49 wormo Exp $ + + 13 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> eix-0.6.4.ebuild: + stable on ppc (Bug #147246) 13 Sep 2006; Aron Griffis <agriffis@gentoo.org> eix-0.6.4.ebuild: Mark 0.6.4 stable on ia64. #147246 diff --git a/app-portage/eix/eix-0.6.4.ebuild b/app-portage/eix/eix-0.6.4.ebuild index a6f4b2d4d469..4b5da368b465 100644 --- a/app-portage/eix/eix-0.6.4.ebuild +++ b/app-portage/eix/eix-0.6.4.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/app-portage/eix/eix-0.6.4.ebuild,v 1.7 2006/09/13 14:21:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.6.4.ebuild,v 1.8 2006/09/14 05:27:49 wormo 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 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~ppc-macos ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="sys-apps/portage" |