diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-08-16 16:27:19 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-08-16 16:27:19 +0000 |
commit | 20d7c8d655863dffc74e6135a73613b8940b2cd1 (patch) | |
tree | f10c91afdffc9ed5d607fa1340f5e8f71e381bfd | |
parent | fix python version parsing to deal with beta versions. (diff) | |
download | gentoo-2-20d7c8d655863dffc74e6135a73613b8940b2cd1.tar.gz gentoo-2-20d7c8d655863dffc74e6135a73613b8940b2cd1.tar.bz2 gentoo-2-20d7c8d655863dffc74e6135a73613b8940b2cd1.zip |
Marked ppc-macos stable (bug #144080)
(Portage version: 2.1.1_pre4-r1)
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.5.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 515519422ed5..ae03a4b74bf7 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.103 2006/08/16 12:32:36 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.104 2006/08/16 16:27:19 grobian Exp $ + + 16 Aug 2006; Fabian Groffen <grobian@gentoo.org> eix-0.5.6.ebuild: + Marked ppc-macos stable (bug #144080) 16 Aug 2006; Ferris McCormick <fmccor@gentoo.org> eix-0.5.6.ebuild: Stable on sparc --- Bug #144080 --- builds and works fine. diff --git a/app-portage/eix/eix-0.5.6.ebuild b/app-portage/eix/eix-0.5.6.ebuild index bd912c0900b9..b337711935a2 100644 --- a/app-portage/eix/eix-0.5.6.ebuild +++ b/app-portage/eix/eix-0.5.6.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.6.ebuild,v 1.3 2006/08/16 12:32:36 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.5.6.ebuild,v 1.4 2006/08/16 16:27:19 grobian Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://gentooexperimental.org/~genstef/dist/${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" |