diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:17:59 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:17:59 +0000 |
commit | a5707b2310133717e76d168292edbfc5b1551ea0 (patch) | |
tree | 896899125368a5a061a2abbc43a4eff06bdf3865 /x11-proto | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-a5707b2310133717e76d168292edbfc5b1551ea0.tar.gz gentoo-2-a5707b2310133717e76d168292edbfc5b1551ea0.tar.bz2 gentoo-2-a5707b2310133717e76d168292edbfc5b1551ea0.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-proto')
-rw-r--r-- | x11-proto/fixesproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/fixesproto/fixesproto-5.0-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-proto/fixesproto/ChangeLog b/x11-proto/fixesproto/ChangeLog index 4dbf8cc051e4..154ec4c2ab11 100644 --- a/x11-proto/fixesproto/ChangeLog +++ b/x11-proto/fixesproto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-proto/fixesproto -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/ChangeLog,v 1.66 2013/10/08 05:09:24 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/ChangeLog,v 1.67 2014/06/18 21:17:59 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> fixesproto-5.0-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> fixesproto-5.0-r1.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild b/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild index a58e93ec63a1..df09c4b23d92 100644 --- a/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild +++ b/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild,v 1.10 2013/10/08 05:09:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/fixesproto-5.0-r1.ebuild,v 1.11 2014/06/18 21:17:59 mgorny Exp $ EAPI=5 @@ -12,5 +12,5 @@ DESCRIPTION="X.Org Fixes protocol headers" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" -RDEPEND=">=x11-proto/xextproto-7.0.99.1[${MULTILIB_USEDEP}]" +RDEPEND=">=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" |