diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 16:39:55 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 16:39:55 +0000 |
commit | 7fbd8afdb2cc6bf3ed60cbf94eb6362cf4d01ff1 (patch) | |
tree | d41c9e0d8f1aa858852418acf7763f5aa0f3c245 /x11-libs | |
parent | fixed a typo preventing AVX2 support (bug #530454) (diff) | |
download | gentoo-2-7fbd8afdb2cc6bf3ed60cbf94eb6362cf4d01ff1.tar.gz gentoo-2-7fbd8afdb2cc6bf3ed60cbf94eb6362cf4d01ff1.tar.bz2 gentoo-2-7fbd8afdb2cc6bf3ed60cbf94eb6362cf4d01ff1.zip |
Add missing REQUIRED_USE= (#518862 by Paweł Stankowski)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xpyb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xpyb/xpyb-1.3.1-r3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/xpyb/ChangeLog b/x11-libs/xpyb/ChangeLog index 892d021627ca..dda18ac57eec 100644 --- a/x11-libs/xpyb/ChangeLog +++ b/x11-libs/xpyb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xpyb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.60 2014/06/08 09:16:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.61 2014/11/25 16:39:55 pacho Exp $ + + 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> xpyb-1.3.1-r3.ebuild: + Add missing REQUIRED_USE= (#518862 by Paweł Stankowski) 08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> xpyb-1.3.1-r3.ebuild: Stable for arm, wrt bug #500368 diff --git a/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild b/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild index bf333e2811ee..7ee8dd8e76e1 100644 --- a/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild +++ b/x11-libs/xpyb/xpyb-1.3.1-r3.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/xpyb/xpyb-1.3.1-r3.ebuild,v 1.10 2014/06/08 09:16:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild,v 1.11 2014/11/25 16:39:55 pacho Exp $ EAPI=5 @@ -16,6 +16,7 @@ HOMEPAGE="http://xcb.freedesktop.org/" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="selinux" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=x11-libs/libxcb-1.7 >=x11-proto/xcb-proto-1.7.1[${PYTHON_USEDEP}] |