summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 21:12:32 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 21:12:32 +0000
commitac4ccce5dcea43e667121159f92a1e046cb44b4f (patch)
treee4f373a437ddc57c94355df49998b0e16b560a27 /x11-libs/libXtst
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-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')
-rw-r--r--x11-libs/libXtst/ChangeLog7
-rw-r--r--x11-libs/libXtst/libXtst-1.2.1-r1.ebuild14
-rw-r--r--x11-libs/libXtst/libXtst-1.2.2.ebuild14
3 files changed, 20 insertions, 15 deletions
diff --git a/x11-libs/libXtst/ChangeLog b/x11-libs/libXtst/ChangeLog
index c5901f89fe28..34b41d185c6b 100644
--- a/x11-libs/libXtst/ChangeLog
+++ b/x11-libs/libXtst/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libXtst
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/ChangeLog,v 1.92 2014/04/15 18:39:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/ChangeLog,v 1.93 2014/06/18 21:12:32 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libXtst-1.2.1-r1.ebuild,
+ libXtst-1.2.2.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
15 Apr 2014; Mike Frysinger <vapier@gentoo.org> libXtst-1.2.0.ebuild,
libXtst-1.2.1-r1.ebuild, libXtst-1.2.1.ebuild, libXtst-1.2.2.ebuild:
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}"
diff --git a/x11-libs/libXtst/libXtst-1.2.2.ebuild b/x11-libs/libXtst/libXtst-1.2.2.ebuild
index 6bacdcf4974e..02a4bbbfd98e 100644
--- a/x11-libs/libXtst/libXtst-1.2.2.ebuild
+++ b/x11-libs/libXtst/libXtst-1.2.2.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.2.ebuild,v 1.11 2014/04/15 18:39:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/libXtst-1.2.2.ebuild,v 1.12 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}"