diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-09-12 15:31:29 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-09-12 15:31:29 +0000 |
commit | 5373a2fd6fbfdccb4f0805a4921f9af6b85dc326 (patch) | |
tree | 673031aa749e1a2681da33a9397d9e6d70dcffd9 /app-portage | |
parent | Remove monolithic X deps (diff) | |
download | gentoo-2-5373a2fd6fbfdccb4f0805a4921f9af6b85dc326.tar.gz gentoo-2-5373a2fd6fbfdccb4f0805a4921f9af6b85dc326.tar.bz2 gentoo-2-5373a2fd6fbfdccb4f0805a4921f9af6b85dc326.zip |
Stable on sparc wrt #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 fdc435a45d1e..4d9eec72f79d 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.117 2006/09/12 15:07:04 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.118 2006/09/12 15:31:29 gustavoz Exp $ + + 12 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> eix-0.6.4.ebuild: + Stable on sparc wrt #147246 12 Sep 2006; Thomas Cort <tcort@gentoo.org> eix-0.6.4.ebuild: Stable on alpha wrt Bug #147246. diff --git a/app-portage/eix/eix-0.6.4.ebuild b/app-portage/eix/eix-0.6.4.ebuild index 6a766b7444f8..e2452cdb3591 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.3 2006/09/12 15:07:04 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.6.4.ebuild,v 1.4 2006/09/12 15:31:29 gustavoz 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" |