summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-08-21 02:28:34 +0000
committerMike Gilbert <floppym@gentoo.org>2014-08-21 02:28:34 +0000
commit68c2a2c77e2f217b1328cdf8d6bab1ae71548885 (patch)
treeadc0f12597b609731751d723e47019a526fb2d19 /x11-libs/libxcb
parentbump; drop py2.6 pypy2_0 add py3.4, tidy (diff)
downloadgentoo-2-68c2a2c77e2f217b1328cdf8d6bab1ae71548885.tar.gz
gentoo-2-68c2a2c77e2f217b1328cdf8d6bab1ae71548885.tar.bz2
gentoo-2-68c2a2c77e2f217b1328cdf8d6bab1ae71548885.zip
Add missing ${PYTHON_DEPS} to DEPEND, bug 520146.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r--x11-libs/libxcb/ChangeLog5
-rw-r--r--x11-libs/libxcb/libxcb-1.10.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog
index b3fc2dbf78b3..2a3d7c8d73eb 100644
--- a/x11-libs/libxcb/ChangeLog
+++ b/x11-libs/libxcb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libxcb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.143 2014/07/29 14:27:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.144 2014/08/21 02:28:34 floppym Exp $
+
+ 21 Aug 2014; Mike Gilbert <floppym@gentoo.org> libxcb-1.10.ebuild:
+ Add missing ${PYTHON_DEPS} to DEPEND, bug 520146.
29 Jul 2014; Michał Górny <mgorny@gentoo.org> libxcb-1.10.ebuild,
libxcb-1.9.3-r1.ebuild:
diff --git a/x11-libs/libxcb/libxcb-1.10.ebuild b/x11-libs/libxcb/libxcb-1.10.ebuild
index 9b03f97b29db..7624fd2eab1e 100644
--- a/x11-libs/libxcb/libxcb-1.10.ebuild
+++ b/x11-libs/libxcb/libxcb-1.10.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/libxcb/libxcb-1.10.ebuild,v 1.14 2014/07/29 14:27:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild,v 1.15 2014/08/21 02:28:34 floppym Exp $
EAPI=5
@@ -26,6 +26,7 @@ RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
# Note: ${PYTHON_USEDEP} needs to go verbatim
DEPEND="${RDEPEND}
dev-libs/libxslt
+ ${PYTHON_DEPS}
$(python_gen_any_dep \
">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"