diff options
author | 2011-01-05 03:06:22 +0000 | |
---|---|---|
committer | 2011-01-05 03:06:22 +0000 | |
commit | 51fa12962506a1e7b7540a20a1b34c9c8a1ae6b5 (patch) | |
tree | c1c92ef534fcf5ca3edb8f5dfe6dd7edb943a067 /app-portage | |
parent | mark ~ppc64, noarch package needed for latest eix (diff) | |
download | gentoo-2-51fa12962506a1e7b7540a20a1b34c9c8a1ae6b5.tar.gz gentoo-2-51fa12962506a1e7b7540a20a1b34c9c8a1ae6b5.tar.bz2 gentoo-2-51fa12962506a1e7b7540a20a1b34c9c8a1ae6b5.zip |
specify zsh-completion version needed for upgrade path, bug 350129
(Portage version: 2.1.9.27/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.22.6.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 44f7e0c295de..9d4157911ba7 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/eix # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.357 2011/01/04 15:36:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.358 2011/01/05 03:06:22 darkside Exp $ + + 05 Jan 2011; Jeremy Olexa <darkside@gentoo.org> eix-0.22.6.ebuild: + specify zsh-completion version needed for upgrade path, bug 350129 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> eix-0.22.5.ebuild: Stable on amd64 wrt bug #347305 diff --git a/app-portage/eix/eix-0.22.6.ebuild b/app-portage/eix/eix-0.22.6.ebuild index 89dfeefb228a..7b900aa729a8 100644 --- a/app-portage/eix/eix-0.22.6.ebuild +++ b/app-portage/eix/eix-0.22.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.22.6.ebuild,v 1.1 2011/01/04 04:51:23 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.22.6.ebuild,v 1.2 2011/01/05 03:06:22 darkside Exp $ EAPI=3 @@ -15,10 +15,13 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="bzip2 debug doc hardened nls optimization strong-optimization sqlite tools zsh-completion" -RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) +# Drop CDEPEND when appropriate zsh-completion is marked stable +CDEPEND="sqlite? ( >=dev-db/sqlite-3 ) nls? ( virtual/libintl ) bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} +RDEPEND="${CDEPEND} + zsh-completion? ( >=app-shells/zsh-completion-20091203-r1 )" +DEPEND="${CDEPEND} app-arch/xz-utils doc? ( dev-python/docutils ) nls? ( sys-devel/gettext )" |