diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-05-13 16:24:58 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-05-13 16:24:58 +0000 |
commit | 35557a23c8ce014ccd99bd7a10c73d9e3895313c (patch) | |
tree | 0c9ddb7d013c977990b5bbc54a0ca3645b5d4a71 | |
parent | Version bump (#133204), fixed multiple dies (#133103). (diff) | |
download | gentoo-2-35557a23c8ce014ccd99bd7a10c73d9e3895313c.tar.gz gentoo-2-35557a23c8ce014ccd99bd7a10c73d9e3895313c.tar.bz2 gentoo-2-35557a23c8ce014ccd99bd7a10c73d9e3895313c.zip |
Marked ppc-macos stable (bug #132931)
(Portage version: 2.1_pre10-r5)
-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 7aef990273ac..574835bef7f0 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.92 2006/05/13 15:57:26 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.93 2006/05/13 16:24:58 grobian Exp $ + + 13 May 2006; Fabian Groffen <grobian@gentoo.org> eix-0.5.5.ebuild: + Marked ppc-macos stable (bug #132931) 13 May 2006; <nixnut@gentoo.org> eix-0.5.5.ebuild: Stable on ppc. bug #132931 diff --git a/app-portage/eix/eix-0.5.5.ebuild b/app-portage/eix/eix-0.5.5.ebuild index aedc1efac75e..e98b0c96fdf1 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.9 2006/05/13 15:57:26 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.5.5.ebuild,v 1.10 2006/05/13 16:24:58 grobian 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" |