diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-05-13 05:11:06 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-05-13 10:06:41 +0200 |
commit | 2b22eb49bab1deed68b73b664b2b0b91d78ea9d9 (patch) | |
tree | 27b5b89a1dadb2ea4f0104e96b18f4a113c32205 /dev-libs/libinput/libinput-1.13.1.ebuild | |
parent | sys-apps/iproute2: Depend on sys-kernel/linux-headers only in DEPEND, drop de... (diff) | |
download | gentoo-2b22eb49bab1deed68b73b664b2b0b91d78ea9d9.tar.gz gentoo-2b22eb49bab1deed68b73b664b2b0b91d78ea9d9.tar.bz2 gentoo-2b22eb49bab1deed68b73b664b2b0b91d78ea9d9.zip |
dev-libs/libinput: Move tools needed for USE="doc" to BDEPEND.
Fix commented out dependencies for USE="test".
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Closes: https://bugs.gentoo.org/685774
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-libs/libinput/libinput-1.13.1.ebuild')
-rw-r--r-- | dev-libs/libinput/libinput-1.13.1.ebuild | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/dev-libs/libinput/libinput-1.13.1.ebuild b/dev-libs/libinput/libinput-1.13.1.ebuild index f8e313004d15..bc7c6286e491 100644 --- a/dev-libs/libinput/libinput-1.13.1.ebuild +++ b/dev-libs/libinput/libinput-1.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2014-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,14 +18,8 @@ IUSE="doc input_devices_wacom" # Other tests are just about logs, exported symbols and autotest of the test library. RESTRICT="test" -RDEPEND=" - input_devices_wacom? ( >=dev-libs/libwacom-0.20 ) - >=dev-libs/libevdev-1.3 - >=sys-libs/mtdev-1.1 - virtual/libudev:= - virtual/udev -" -DEPEND="${RDEPEND} +BDEPEND=" + virtual/pkgconfig doc? ( $(python_gen_any_dep ' dev-python/commonmark[${PYTHON_USEDEP}] @@ -37,13 +31,16 @@ DEPEND="${RDEPEND} >=media-gfx/graphviz-2.38.0 ) " -# test? ( -# >=dev-libs/check-0.9.10 -# dev-util/valgrind -# sys-libs/libunwind ) -BDEPEND=" - virtual/pkgconfig +# test? ( dev-util/valgrind ) +RDEPEND=" + input_devices_wacom? ( >=dev-libs/libwacom-0.20 ) + >=dev-libs/libevdev-1.3 + >=sys-libs/mtdev-1.1 + virtual/libudev:= + virtual/udev " +DEPEND="${RDEPEND}" +# test? ( >=dev-libs/check-0.9.10 ) python_check_deps() { has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \ |