diff options
author | 2008-12-25 14:41:10 +0000 | |
---|---|---|
committer | 2008-12-25 14:41:10 +0000 | |
commit | 22628372a3559122afb230a76a644560b07b72b4 (patch) | |
tree | 8bb3556eaa8c3d91b18403f233a46851a80d2be4 /app-portage | |
parent | Stable on alpha, bug #252148 (diff) | |
download | gentoo-2-22628372a3559122afb230a76a644560b07b72b4.tar.gz gentoo-2-22628372a3559122afb230a76a644560b07b72b4.tar.bz2 gentoo-2-22628372a3559122afb230a76a644560b07b72b4.zip |
Stable on alpha, bug #252245
(Portage version: 2.1.6.1/cvs/Linux 2.6.27.5 x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.15.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 9c0c696d6a36..644bba7f79ca 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.258 2008/12/23 17:29:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.259 2008/12/25 14:41:10 klausman Exp $ + + 25 Dec 2008; Tobias Klausmann <klausman@gentoo.org> eix-0.15.2.ebuild: + Stable on alpha, bug #252245 23 Dec 2008; Markus Meier <maekke@gentoo.org> eix-0.15.2.ebuild: amd64/x86 stable, bug #252245 diff --git a/app-portage/eix/eix-0.15.2.ebuild b/app-portage/eix/eix-0.15.2.ebuild index b0458916cbf0..dfdcafa0e59a 100644 --- a/app-portage/eix/eix-0.15.2.ebuild +++ b/app-portage/eix/eix-0.15.2.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.15.2.ebuild,v 1.3 2008/12/23 17:29:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.15.2.ebuild,v 1.4 2008/12/25 14:41:10 klausman Exp $ inherit multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/eix/${P}.tar.lzma" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd 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 ) |