diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:07:16 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:07:16 +0000 |
commit | a6a0f5cfc659f05b78b432ce0ddc80b19d257f32 (patch) | |
tree | 36535742a11de0a57556f239f27f285841f14cff /x11-libs/libXfixes | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-a6a0f5cfc659f05b78b432ce0ddc80b19d257f32.tar.gz gentoo-2-a6a0f5cfc659f05b78b432ce0ddc80b19d257f32.tar.bz2 gentoo-2-a6a0f5cfc659f05b78b432ce0ddc80b19d257f32.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/libXfixes')
-rw-r--r-- | x11-libs/libXfixes/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXfixes/libXfixes-5.0.1.ebuild | 12 |
2 files changed, 11 insertions, 7 deletions
diff --git a/x11-libs/libXfixes/ChangeLog b/x11-libs/libXfixes/ChangeLog index 2f80b442580a..8f57ee784b77 100644 --- a/x11-libs/libXfixes/ChangeLog +++ b/x11-libs/libXfixes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXfixes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/ChangeLog,v 1.89 2014/03/26 12:52:57 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/ChangeLog,v 1.90 2014/06/18 21:07:16 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libXfixes-5.0.1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 26 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> -libXfixes-5.0-r1.ebuild, -libXfixes-5.0.ebuild: diff --git a/x11-libs/libXfixes/libXfixes-5.0.1.ebuild b/x11-libs/libXfixes/libXfixes-5.0.1.ebuild index 42182ecb2437..28c4b12e4c19 100644 --- a/x11-libs/libXfixes/libXfixes-5.0.1.ebuild +++ b/x11-libs/libXfixes/libXfixes-5.0.1.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/libXfixes/libXfixes-5.0.1.ebuild,v 1.10 2013/10/08 05:07:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/libXfixes-5.0.1.ebuild,v 1.11 2014/06/18 21:07:16 mgorny Exp $ EAPI=5 @@ -12,8 +12,8 @@ DESCRIPTION="X.Org Xfixes 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 ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" -RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}] - >=x11-proto/fixesproto-5[${MULTILIB_USEDEP}] - x11-proto/xproto[${MULTILIB_USEDEP}] - x11-proto/xextproto[${MULTILIB_USEDEP}]" +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}] + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] + >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" |