diff options
author | 2014-06-18 19:04:48 +0000 | |
---|---|---|
committer | 2014-06-18 19:04:48 +0000 | |
commit | 093768691d081d8e845105e1bc52ac80d7260538 (patch) | |
tree | 8d8790052ad4f02c783031a22e51e3cf007a0d4a /dev-db | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-093768691d081d8e845105e1bc52ac80d7260538.tar.gz gentoo-2-093768691d081d8e845105e1bc52ac80d7260538.tar.bz2 gentoo-2-093768691d081d8e845105e1bc52ac80d7260538.zip |
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/ctdb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/ctdb/ctdb-1.13-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/ctdb/ctdb-9999.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-db/ctdb/ChangeLog b/dev-db/ctdb/ChangeLog index e62ae54472af..606d8298e922 100644 --- a/dev-db/ctdb/ChangeLog +++ b/dev-db/ctdb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/ctdb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.39 2014/06/12 20:14:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.40 2014/06/18 19:04:48 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> ctdb-1.13-r1.ebuild, + ctdb-9999.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 12 Jun 2014; Michał Górny <mgorny@gentoo.org> ctdb-9999.ebuild: Multilib the live ebuild as well. diff --git a/dev-db/ctdb/ctdb-1.13-r1.ebuild b/dev-db/ctdb/ctdb-1.13-r1.ebuild index 7c1d92048e72..fc3fcf64439d 100644 --- a/dev-db/ctdb/ctdb-1.13-r1.ebuild +++ b/dev-db/ctdb/ctdb-1.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.1 2014/06/12 20:06:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.2 2014/06/18 19:04:48 mgorny Exp $ EAPI=5 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="dev-libs/popt[${MULTILIB_USEDEP}]" +DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" PATCHES=( diff --git a/dev-db/ctdb/ctdb-9999.ebuild b/dev-db/ctdb/ctdb-9999.ebuild index c3ab1cf36c9d..d1827026329f 100644 --- a/dev-db/ctdb/ctdb-9999.ebuild +++ b/dev-db/ctdb/ctdb-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-9999.ebuild,v 1.5 2014/06/12 20:14:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-9999.ebuild,v 1.6 2014/06/18 19:04:48 mgorny Exp $ EAPI=5 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="dev-libs/popt[${MULTILIB_USEDEP}]" +DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" src_prepare() { |