diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-04-02 08:11:05 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-04-02 08:11:05 +0000 |
commit | 52f7fdd789dda09c7748551ab8ec3fc391774162 (patch) | |
tree | 0498e158059f9c6f7fc995add0b67ca0e18fdae5 /app-portage | |
parent | Remove retired developer urilith from metadata. (diff) | |
download | gentoo-2-52f7fdd789dda09c7748551ab8ec3fc391774162.tar.gz gentoo-2-52f7fdd789dda09c7748551ab8ec3fc391774162.tar.bz2 gentoo-2-52f7fdd789dda09c7748551ab8ec3fc391774162.zip |
Stable on alpha, bug 114628.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.5.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index e9dab9103e54..f7b64656a621 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.83 2006/04/01 13:49:38 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.84 2006/04/02 08:11:03 kloeri Exp $ + + 02 Apr 2006; Bryan Østergaard <kloeri@gentoo.org eix-0.5.1-r2.ebuild: + Stable on alpha, bug 114628. 01 Apr 2006; Markus Rothe <corsair@gentoo.org> eix-0.5.1-r2.ebuild: Stable on ppc64; bug #114628 diff --git a/app-portage/eix/eix-0.5.1-r2.ebuild b/app-portage/eix/eix-0.5.1-r2.ebuild index 184a0891104e..8007ee07cd6b 100644 --- a/app-portage/eix/eix-0.5.1-r2.ebuild +++ b/app-portage/eix/eix-0.5.1-r2.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.5.1-r2.ebuild,v 1.10 2006/04/01 13:49:38 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.5.1-r2.ebuild,v 1.11 2006/04/02 08:11:05 kloeri Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://stovokor.unfoog.de/pub/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="" DEPEND="sys-apps/portage" |