summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 21:13:52 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 21:13:52 +0000
commit3979f662a5693d0c146c5f2c9535012411ef4e6d (patch)
tree29f6cf37b109f736c26cd5c1c3571c9ddba501dc /x11-libs
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-3979f662a5693d0c146c5f2c9535012411ef4e6d.tar.gz
gentoo-2-3979f662a5693d0c146c5f2c9535012411ef4e6d.tar.bz2
gentoo-2-3979f662a5693d0c146c5f2c9535012411ef4e6d.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')
-rw-r--r--x11-libs/libXxf86vm/ChangeLog6
-rw-r--r--x11-libs/libXxf86vm/libXxf86vm-1.1.3.ebuild14
2 files changed, 12 insertions, 8 deletions
diff --git a/x11-libs/libXxf86vm/ChangeLog b/x11-libs/libXxf86vm/ChangeLog
index f2c25d0fa046..ab383928fbba 100644
--- a/x11-libs/libXxf86vm/ChangeLog
+++ b/x11-libs/libXxf86vm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libXxf86vm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86vm/ChangeLog,v 1.83 2014/03/26 13:27:44 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86vm/ChangeLog,v 1.84 2014/06/18 21:13:52 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libXxf86vm-1.1.3.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
26 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
-libXxf86vm-1.1.1.ebuild, -libXxf86vm-1.1.2-r1.ebuild,
diff --git a/x11-libs/libXxf86vm/libXxf86vm-1.1.3.ebuild b/x11-libs/libXxf86vm/libXxf86vm-1.1.3.ebuild
index 4e85e06eaf67..6ec25f4d78dd 100644
--- a/x11-libs/libXxf86vm/libXxf86vm-1.1.3.ebuild
+++ b/x11-libs/libXxf86vm/libXxf86vm-1.1.3.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/libXxf86vm/libXxf86vm-1.1.3.ebuild,v 1.10 2013/10/08 05:08:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86vm/libXxf86vm-1.1.3.ebuild,v 1.11 2014/06/18 21:13:52 mgorny Exp $
EAPI=5
@@ -12,9 +12,9 @@ DESCRIPTION="X.Org Xxf86vm library"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-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/libXext[${MULTILIB_USEDEP}]
- >=x11-proto/xf86vidmodeproto-2.3[${MULTILIB_USEDEP}]
- x11-proto/xextproto[${MULTILIB_USEDEP}]
- x11-proto/xproto[${MULTILIB_USEDEP}]"
+RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+ >=x11-proto/xf86vidmodeproto-2.3.1-r1[${MULTILIB_USEDEP}]
+ >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
+ >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"