diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:01:11 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:01:11 +0000 |
commit | e1507d32264b2ddca7b6bc8c2ca295dbfa831329 (patch) | |
tree | 1d8f324ef11293327495b9bb1c4a0f83d1b10397 /x11-libs/libICE | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-e1507d32264b2ddca7b6bc8c2ca295dbfa831329.tar.gz gentoo-2-e1507d32264b2ddca7b6bc8c2ca295dbfa831329.tar.bz2 gentoo-2-e1507d32264b2ddca7b6bc8c2ca295dbfa831329.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 'x11-libs/libICE')
-rw-r--r-- | x11-libs/libICE/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libICE/libICE-1.0.8-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libICE/libICE-1.0.9.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/x11-libs/libICE/ChangeLog b/x11-libs/libICE/ChangeLog index b9ea927c33ca..78fdd48361b3 100644 --- a/x11-libs/libICE/ChangeLog +++ b/x11-libs/libICE/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libICE # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.102 2014/06/15 00:52:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.103 2014/06/18 21:01:11 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libICE-1.0.8-r1.ebuild, + libICE-1.0.9.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 15 Jun 2014; Mike Frysinger <vapier@gentoo.org> libICE-1.0.8-r1.ebuild, libICE-1.0.9.ebuild: diff --git a/x11-libs/libICE/libICE-1.0.8-r1.ebuild b/x11-libs/libICE/libICE-1.0.8-r1.ebuild index 36629a0d7e50..f69592616e7f 100644 --- a/x11-libs/libICE/libICE-1.0.8-r1.ebuild +++ b/x11-libs/libICE/libICE-1.0.8-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/x11-libs/libICE/libICE-1.0.8-r1.ebuild,v 1.12 2014/06/15 00:52:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.8-r1.ebuild,v 1.13 2014/06/18 21:01:10 mgorny Exp $ EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~p IUSE="ipv6" RDEPEND="x11-libs/xtrans - x11-proto/xproto[${MULTILIB_USEDEP}]" + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" pkg_setup() { diff --git a/x11-libs/libICE/libICE-1.0.9.ebuild b/x11-libs/libICE/libICE-1.0.9.ebuild index 8e6480b731ba..882a0cc414e3 100644 --- a/x11-libs/libICE/libICE-1.0.9.ebuild +++ b/x11-libs/libICE/libICE-1.0.9.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/x11-libs/libICE/libICE-1.0.9.ebuild,v 1.2 2014/06/15 00:52:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.9.ebuild,v 1.3 2014/06/18 21:01:10 mgorny Exp $ EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa IUSE="ipv6" RDEPEND="x11-libs/xtrans - x11-proto/xproto[${MULTILIB_USEDEP}]" + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" pkg_setup() { |