diff options
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 23c2fa7225ed..dd71e191314d 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/eix # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.159 2007/04/21 23:54:27 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.160 2007/04/23 10:30:23 armin76 Exp $ + + 23 Apr 2007; Raúl Porcel <armin76@gentoo.org> eix-0.9.1.ebuild: + ia64 + x86 stable *eix-0.9.3 (21 Apr 2007) diff --git a/app-portage/eix/eix-0.9.1.ebuild b/app-portage/eix/eix-0.9.1.ebuild index 211592a6fb84..cf56e42ffe4b 100644 --- a/app-portage/eix/eix-0.9.1.ebuild +++ b/app-portage/eix/eix-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.9.1.ebuild,v 1.1 2007/03/01 22:39:45 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.9.1.ebuild,v 1.2 2007/04/23 10:30:23 armin76 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 x86 ~x86-fbsd" IUSE="sqlite" DEPEND="sqlite? ( >=dev-db/sqlite-3 )" |