diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-05-10 20:24:28 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-05-10 20:24:28 +0000 |
commit | 0cf5a948d6075adef1be8e0b52efd12ed93d4e54 (patch) | |
tree | f78748ef05730b4b7844cbc6dc732b28a4b4e52d /app-portage | |
parent | Fix pkcs#11 building, #132932 (diff) | |
download | gentoo-2-0cf5a948d6075adef1be8e0b52efd12ed93d4e54.tar.gz gentoo-2-0cf5a948d6075adef1be8e0b52efd12ed93d4e54.tar.bz2 gentoo-2-0cf5a948d6075adef1be8e0b52efd12ed93d4e54.zip |
Stable on amd64 wrt Bug #132931.
(Portage version: 2.0.54)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.5.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 75fbe635445a..ca9680b1c6a6 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.87 2006/05/10 19:23:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.88 2006/05/10 20:24:28 tcort Exp $ + + 10 May 2006; Thomas Cort <tcort@gentoo.org> eix-0.5.5.ebuild: + Stable on amd64 wrt Bug #132931. 10 May 2006; Torsten Veller <tove@gentoo.org> eix-0.5.5.ebuild: Stable on x86 (#132931) diff --git a/app-portage/eix/eix-0.5.5.ebuild b/app-portage/eix/eix-0.5.5.ebuild index e5acf9cef445..b62c5427eafe 100644 --- a/app-portage/eix/eix-0.5.5.ebuild +++ b/app-portage/eix/eix-0.5.5.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.5.ebuild,v 1.4 2006/05/10 19:23:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.5.5.ebuild,v 1.5 2006/05/10 20:24:28 tcort Exp $ inherit eutils @@ -10,7 +10,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="" DEPEND="sys-apps/portage" |