diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-06-04 08:35:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-06-04 08:35:45 +0000 |
commit | 736999026c23369c30735bbef6527a31271f21aa (patch) | |
tree | 1966ff17ac7dacd24c9d1783df8410a32b1a9002 /app-portage | |
parent | rm (diff) | |
download | gentoo-2-736999026c23369c30735bbef6527a31271f21aa.tar.gz gentoo-2-736999026c23369c30735bbef6527a31271f21aa.tar.bz2 gentoo-2-736999026c23369c30735bbef6527a31271f21aa.zip |
keyword ~sparc-fbsd
(Portage version: 2.1.5.3)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.12.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index b6a38f5af108..1eb5a846a951 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/eix # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.225 2008/06/04 07:33:31 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.226 2008/06/04 08:35:45 aballier Exp $ + + 04 Jun 2008; Alexis Ballier <aballier@gentoo.org> eix-0.12.5.ebuild: + keyword ~sparc-fbsd 04 Jun 2008; Markus Rothe <corsair@gentoo.org> eix-0.12.4.ebuild: Stable on ppc64; bug #224297 diff --git a/app-portage/eix/eix-0.12.5.ebuild b/app-portage/eix/eix-0.12.5.ebuild index 16c86eb51a3f..8f6ac90114ed 100644 --- a/app-portage/eix/eix-0.12.5.ebuild +++ b/app-portage/eix/eix-0.12.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.12.5.ebuild,v 1.1 2008/05/13 14:19:32 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.12.5.ebuild,v 1.2 2008/06/04 08:35:45 aballier Exp $ DESCRIPTION="Small utility for searching ebuilds with indexing for fast results" HOMEPAGE="http://eix.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/eix/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="doc sqlite" RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) |