diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-12-08 19:34:54 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-12-08 19:34:54 +0000 |
commit | 6a76041d11e175141f94862721a03c695cbf3825 (patch) | |
tree | 364fdab7c2d89bd49a0e1c37b0782c1fa8b51098 /app-portage | |
parent | Marked stable on amd64 for bug #157100 (diff) | |
download | gentoo-2-6a76041d11e175141f94862721a03c695cbf3825.tar.gz gentoo-2-6a76041d11e175141f94862721a03c695cbf3825.tar.bz2 gentoo-2-6a76041d11e175141f94862721a03c695cbf3825.zip |
amd64 stable, bug 157136
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 4a97f2e0ca9a..31598e9cebe1 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.131 2006/12/04 20:18:31 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.132 2006/12/08 19:34:54 beandog Exp $ + + 08 Dec 2006; Steve Dibb <beandog@gentoo.org> eix-0.8.2.ebuild: + amd64 stable, bug 157136 04 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org> eix-0.6.4.ebuild: Stable on MIPS. diff --git a/app-portage/eix/eix-0.8.2.ebuild b/app-portage/eix/eix-0.8.2.ebuild index 6447ba3c4aeb..8bfd1f20873d 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.1 2006/11/19 23:39:05 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.8.2.ebuild,v 1.2 2006/12/08 19:34:54 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 )" |