diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-01-15 16:34:22 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-01-15 16:34:22 +0000 |
commit | f0e224aa1a989f007fc4c32cb23ecd02d37b60d7 (patch) | |
tree | fadfb7898a1d6b14b892e56ff3a33bcac2067c18 /app-portage | |
parent | Version bump. (diff) | |
download | gentoo-2-f0e224aa1a989f007fc4c32cb23ecd02d37b60d7.tar.gz gentoo-2-f0e224aa1a989f007fc4c32cb23ecd02d37b60d7.tar.bz2 gentoo-2-f0e224aa1a989f007fc4c32cb23ecd02d37b60d7.zip |
Stable for HPPA.
(Portage version: 2.1.2_rc4-r9)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.7.9.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 15e48115fcff..ab3fb4195b6e 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.140 2007/01/11 22:19:11 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.141 2007/01/15 16:34:22 jer Exp $ + + 15 Jan 2007; Jeroen Roovers <jer@gentoo.org> eix-0.7.9.ebuild: + Stable for HPPA. *eix-0.8.5 (11 Jan 2007) diff --git a/app-portage/eix/eix-0.7.9.ebuild b/app-portage/eix/eix-0.7.9.ebuild index 5b53fd318aa2..d8ae5db08f92 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 +# 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.7.9.ebuild,v 1.7 2006/12/24 00:14:46 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.7.9.ebuild,v 1.8 2007/01/15 16:34:22 jer 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 )" |