* [gentoo-commits] proj/x11:master commit in: x11-libs/xpyb/, x11-proto/xcb-proto/, dev-libs/libevdev/, dev-libs/libclc/
@ 2014-01-04 10:11 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2014-01-04 10:11 UTC (permalink / raw
To: gentoo-commits
commit: a5559c7dac59d962df5ea9c3bdb2454bb4fd4467
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 10:11:02 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 10:11:02 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=a5559c7d
Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE.
---
dev-libs/libclc/libclc-9999.ebuild | 3 ++-
dev-libs/libevdev/libevdev-9999.ebuild | 2 ++
x11-libs/xpyb/xpyb-9999.ebuild | 2 ++
x11-proto/xcb-proto/xcb-proto-9999.ebuild | 2 ++
4 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libclc/libclc-9999.ebuild b/dev-libs/libclc/libclc-9999.ebuild
index 6845e3e..92c5bed 100644
--- a/dev-libs/libclc/libclc-9999.ebuild
+++ b/dev-libs/libclc/libclc-9999.ebuild
@@ -31,7 +31,8 @@ IUSE=""
RDEPEND="
>=sys-devel/clang-3.2
>=sys-devel/llvm-3.2"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}"
src_unpack() {
if [[ $PV = 9999* ]]; then
diff --git a/dev-libs/libevdev/libevdev-9999.ebuild b/dev-libs/libevdev/libevdev-9999.ebuild
index 805d4f7..430fd38 100644
--- a/dev-libs/libevdev/libevdev-9999.ebuild
+++ b/dev-libs/libevdev/libevdev-9999.ebuild
@@ -21,3 +21,5 @@ fi
RESTRICT="test" # Tests need to run as root.
KEYWORDS="~amd64"
IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
diff --git a/x11-libs/xpyb/xpyb-9999.ebuild b/x11-libs/xpyb/xpyb-9999.ebuild
index 3d6222c..7d60799 100644
--- a/x11-libs/xpyb/xpyb-9999.ebuild
+++ b/x11-libs/xpyb/xpyb-9999.ebuild
@@ -20,6 +20,8 @@ RDEPEND=">=x11-libs/libxcb-1.7
${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
DOCS=( NEWS README )
pkg_setup() {
diff --git a/x11-proto/xcb-proto/xcb-proto-9999.ebuild b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
index e5b0e9b..71f6a45 100644
--- a/x11-proto/xcb-proto/xcb-proto-9999.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
@@ -22,6 +22,8 @@ RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}
dev-libs/libxml2"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
src_configure() {
python_export_best
xorg-2_src_configure
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-04 10:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-04 10:11 [gentoo-commits] proj/x11:master commit in: x11-libs/xpyb/, x11-proto/xcb-proto/, dev-libs/libevdev/, dev-libs/libclc/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox