From: MichaƂ Bartoszkiewicz Date: Tue, 25 Oct 2011 14:04:46 +0000 (+0200) Subject: Aktualizacja app-portage/eix-9999 X-Git-Url: https://git.bzium.org/embe/overlay.git/commitdiff_plain/2f3752478afb49ce773d44c5d519ab013596bb2f Aktualizacja app-portage/eix-9999 --- diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest index 44f454f..36dc7d4 100644 --- a/app-portage/eix/Manifest +++ b/app-portage/eix/Manifest @@ -1 +1 @@ -EBUILD eix-9999.ebuild 1382 RMD160 123cd573af36ffd77f909dc8ba7da3bf58419cd4 SHA1 19409d629917a693c66fa248b06ef2c2bb4525d0 SHA256 2e3f1a21d91b94061bb07b0f4e46dd36722756524134e09d5177e2c108f5f09f +EBUILD eix-9999.ebuild 1390 RMD160 94e3361d54f79f2ddb5fb212e6ab07c028a47ced SHA1 bbb968ebb9c6f78df77a09d22bd9d9265cedfa6c SHA256 373ef87fffa389d4e6591d9b696937264ac8e35884eddc3ad3e0a473b3e4b8af diff --git a/app-portage/eix/eix-9999.ebuild b/app-portage/eix/eix-9999.ebuild index e5e3ccd..0093a53 100644 --- a/app-portage/eix/eix-9999.ebuild +++ b/app-portage/eix/eix-9999.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=4 ESVN_REPO_URI="https://svn.gentooexperimental.org/eix/trunk/" ESVN_BOOTSTRAP="./autogen.sh" WANT_AUTOMAKE="1.11" -inherit autotools multilib subversion +inherit autotools multilib subversion bash-completion-r1 DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more" HOMEPAGE="http://eix.berlios.de" @@ -16,21 +16,20 @@ HOMEPAGE="http://eix.berlios.de" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="bzip2 debug doc hardened nls optimization strong-optimization sqlite tools zsh-completion" +IUSE="debug doc nls optimization security strong-optimization sqlite tools zsh-completion" -RDEPEND="sqlite? ( dev-db/sqlite:3 ) +RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) nls? ( virtual/libintl ) - bzip2? ( app-arch/bzip2 ) zsh-completion? ( !!