diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-12-08 19:39:49 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-12-08 19:39:49 +0000 |
commit | 787aa90c553c9af93af3a251c835bef61c5ba275 (patch) | |
tree | 8510249dd002600a70e5630350ad8d343b461148 /app-portage | |
parent | amd64 stable, bug 157136 (diff) | |
download | gentoo-2-787aa90c553c9af93af3a251c835bef61c5ba275.tar.gz gentoo-2-787aa90c553c9af93af3a251c835bef61c5ba275.tar.bz2 gentoo-2-787aa90c553c9af93af3a251c835bef61c5ba275.zip |
amd64 stable, bug 157136
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/eix-0.7.9.ebuild | 4 | ||||
-rw-r--r-- | app-portage/eix/eix-0.8.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/eix/eix-0.7.9.ebuild b/app-portage/eix/eix-0.7.9.ebuild index e08cc6d20dcc..a09138f64f15 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.1 2006/11/04 14:21:59 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.7.9.ebuild,v 1.2 2006/12/08 19:39:49 beandog 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="sqlite" DEPEND="sqlite? ( >=dev-db/sqlite-3 )" diff --git a/app-portage/eix/eix-0.8.2.ebuild b/app-portage/eix/eix-0.8.2.ebuild index 8bfd1f20873d..0d4ac17dbda9 100644 --- a/app-portage/eix/eix-0.8.2.ebuild +++ b/app-portage/eix/eix-0.8.2.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.8.2.ebuild,v 1.2 2006/12/08 19:34:54 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.8.2.ebuild,v 1.3 2006/12/08 19:39:49 beandog 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="sqlite" DEPEND="sqlite? ( >=dev-db/sqlite-3 )" |