summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-09-03 10:28:30 +0000
committerMike Gilbert <floppym@gentoo.org>2014-09-03 10:28:30 +0000
commit5e3190cf2df9f494544c2fe2b12585bfd6ec65b7 (patch)
tree8230c04ba14c37dba341986ed4a286459e635ae9 /x11-libs
parentDrop old. (diff)
downloadgentoo-2-5e3190cf2df9f494544c2fe2b12585bfd6ec65b7.tar.gz
gentoo-2-5e3190cf2df9f494544c2fe2b12585bfd6ec65b7.tar.bz2
gentoo-2-5e3190cf2df9f494544c2fe2b12585bfd6ec65b7.zip
Drop MULTILIB_USEDEP from xcb-proto in python_check_deps, bug 520146.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libxcb/ChangeLog5
-rw-r--r--x11-libs/libxcb/libxcb-1.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog
index 2a3d7c8d73eb..cbb3d7c2f255 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.144 2014/08/21 02:28:34 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.145 2014/09/03 10:28:30 floppym Exp $
+
+ 03 Sep 2014; Mike Gilbert <floppym@gentoo.org> libxcb-1.10.ebuild:
+ Drop MULTILIB_USEDEP from xcb-proto in python_check_deps, bug 520146.
21 Aug 2014; Mike Gilbert <floppym@gentoo.org> libxcb-1.10.ebuild:
Add missing ${PYTHON_DEPS} to DEPEND, bug 520146.
diff --git a/x11-libs/libxcb/libxcb-1.10.ebuild b/x11-libs/libxcb/libxcb-1.10.ebuild
index 7624fd2eab1e..91cb121ec559 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.15 2014/08/21 02:28:34 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild,v 1.16 2014/09/03 10:28:30 floppym Exp $
EAPI=5
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
python_check_deps() {
- has_version --host-root ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
+ has_version --host-root ">=x11-proto/xcb-proto-1.10[${PYTHON_USEDEP}]"
}
pkg_setup() {