diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-12-21 12:53:37 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-12-21 12:53:37 +0000 |
commit | 682898d1ae38799d66c022b371c6e8bdcd1b0ba6 (patch) | |
tree | 760e5f039042de4a55ce93a76827bc57307eead3 | |
parent | gnome-1.x removal (diff) | |
download | gentoo-2-682898d1ae38799d66c022b371c6e8bdcd1b0ba6.tar.gz gentoo-2-682898d1ae38799d66c022b371c6e8bdcd1b0ba6.tar.bz2 gentoo-2-682898d1ae38799d66c022b371c6e8bdcd1b0ba6.zip |
Stable on sparc.
(Portage version: 2.1.2_rc3-r9)
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.7.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 17f95424af22..46049a29b1ee 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.136 2006/12/18 20:22:23 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.137 2006/12/21 12:53:36 fmccor Exp $ + + 21 Dec 2006; Ferris McCormick <fmccor@gentoo.org> eix-0.7.9.ebuild: + Stable on sparc. 18 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org> eix-0.7.9.ebuild: Stable on IA64 diff --git a/app-portage/eix/eix-0.7.9.ebuild b/app-portage/eix/eix-0.7.9.ebuild index ebba8288bea2..5cc47aa1a5b7 100644 --- a/app-portage/eix/eix-0.7.9.ebuild +++ b/app-portage/eix/eix-0.7.9.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.7.9.ebuild,v 1.5 2006/12/18 20:22:23 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.7.9.ebuild,v 1.6 2006/12/21 12:53:37 fmccor 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" +KEYWORDS="alpha amd64 ~hppa ia64 mips ~ppc ~ppc-macos ~ppc64 sparc ~x86" IUSE="sqlite" DEPEND="sqlite? ( >=dev-db/sqlite-3 )" |