diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:12:32 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:12:32 +0000 |
commit | ac4ccce5dcea43e667121159f92a1e046cb44b4f (patch) | |
tree | e4f373a437ddc57c94355df49998b0e16b560a27 /x11-libs/libXtst/libXtst-1.2.1-r1.ebuild | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-ac4ccce5dcea43e667121159f92a1e046cb44b4f.tar.gz gentoo-2-ac4ccce5dcea43e667121159f92a1e046cb44b4f.tar.bz2 gentoo-2-ac4ccce5dcea43e667121159f92a1e046cb44b4f.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/libXtst/libXtst-1.2.1-r1.ebuild')
-rw-r--r-- | x11-libs/libXtst/libXtst-1.2.1-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-libs/libXtst/libXtst-1.2.1-r1.ebuild b/x11-libs/libXtst/libXtst-1.2.1-r1.ebuild index f4f8dd14ac6c..c816a4709146 100644 --- a/x11-libs/libXtst/libXtst-1.2.1-r1.ebuild +++ b/x11-libs/libXtst/libXtst-1.2.1-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/libXtst/libXtst-1.2.1-r1.ebuild,v 1.2 2014/04/15 18:39:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/libXtst-1.2.1-r1.ebuild,v 1.3 2014/06/18 21:12:32 mgorny Exp $ EAPI=5 @@ -13,10 +13,10 @@ DESCRIPTION="X.Org Xlib-based client API for the XTEST & RECORD extensions libra KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" -RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.0.99.4[${MULTILIB_USEDEP}] - x11-libs/libXi[${MULTILIB_USEDEP}] - >=x11-proto/recordproto-1.13.99.1[${MULTILIB_USEDEP}] - >=x11-proto/xextproto-7.0.99.3[${MULTILIB_USEDEP}] - x11-proto/inputproto[${MULTILIB_USEDEP}]" +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}] + >=x11-proto/recordproto-1.14.2-r1[${MULTILIB_USEDEP}] + >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}] + >=x11-proto/inputproto-2.3[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" |