diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:07:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:07:04 +0000 |
commit | fe76a5a3cc975533d3e9937f31a20dcef03d7395 (patch) | |
tree | 3a6666b485abdbe6866687210f1c44fe0a68f120 /x11-libs/libXdamage | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-fe76a5a3cc975533d3e9937f31a20dcef03d7395.tar.gz gentoo-2-fe76a5a3cc975533d3e9937f31a20dcef03d7395.tar.bz2 gentoo-2-fe76a5a3cc975533d3e9937f31a20dcef03d7395.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/libXdamage')
-rw-r--r-- | x11-libs/libXdamage/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXdamage/libXdamage-1.1.4-r1.ebuild | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/x11-libs/libXdamage/ChangeLog b/x11-libs/libXdamage/ChangeLog index 26d657458449..3063d89f6eb7 100644 --- a/x11-libs/libXdamage/ChangeLog +++ b/x11-libs/libXdamage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXdamage -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/ChangeLog,v 1.74 2013/10/08 05:07:47 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/ChangeLog,v 1.75 2014/06/18 21:07:04 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libXdamage-1.1.4-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libXdamage-1.1.4-r1.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-libs/libXdamage/libXdamage-1.1.4-r1.ebuild b/x11-libs/libXdamage/libXdamage-1.1.4-r1.ebuild index 497a3e0a102d..186bd3a3d967 100644 --- a/x11-libs/libXdamage/libXdamage-1.1.4-r1.ebuild +++ b/x11-libs/libXdamage/libXdamage-1.1.4-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-libs/libXdamage/libXdamage-1.1.4-r1.ebuild,v 1.10 2013/10/08 05:07:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/libXdamage-1.1.4-r1.ebuild,v 1.11 2014/06/18 21:07:04 mgorny Exp $ EAPI=5 @@ -12,8 +12,8 @@ DESCRIPTION="X.Org Xdamage library" 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 ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" -RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXfixes[${MULTILIB_USEDEP}] - >=x11-proto/damageproto-1.1[${MULTILIB_USEDEP}] - x11-proto/xproto[${MULTILIB_USEDEP}]" +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] + >=x11-proto/damageproto-1.2.1-r1[${MULTILIB_USEDEP}] + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" |