Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 576254 Details for
Bug 685774
dev-libs/libinput: Misplaced dependencies on dev-python/{commonmark,recommonmark,sphinx,sphinx_rtd_theme}, app-doc/doxygen and media-gfx/graphviz
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
libinput.patch (text/plain), 4.65 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2019-05-13 03:13:35 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2019-05-13 03:13:35 UTC
Size:
4.65 KB
patch
obsolete
>From dc4d9fbf4d277d7c28afbe32467892af41105be7 Mon Sep 17 00:00:00 2001 >From: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >Date: Mon, 13 May 2019 05:11:06 +0200 >Subject: [PATCH] dev-libs/libinput: Move tools needed for USE="doc" to > BDEPEND. > >Fix commented out dependencies for USE="test". > >Fixes: https://bugs.gentoo.org/685774 >Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >--- > dev-libs/libinput/libinput-1.12.6.ebuild | 27 +++++++++++------------- > dev-libs/libinput/libinput-1.13.1.ebuild | 27 +++++++++++------------- > dev-libs/libinput/libinput-1.13.2.ebuild | 27 +++++++++++------------- > 3 files changed, 36 insertions(+), 45 deletions(-) > >diff --git a/dev-libs/libinput/libinput-1.12.6.ebuild b/dev-libs/libinput/libinput-1.12.6.ebuild >index fd10ed0a4e7..213dd9f0cc1 100644 >--- a/dev-libs/libinput/libinput-1.12.6.ebuild >+++ b/dev-libs/libinput/libinput-1.12.6.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}]" && \ >diff --git a/dev-libs/libinput/libinput-1.13.1.ebuild b/dev-libs/libinput/libinput-1.13.1.ebuild >index f8e313004d1..bc7c6286e49 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}]" && \ >diff --git a/dev-libs/libinput/libinput-1.13.2.ebuild b/dev-libs/libinput/libinput-1.13.2.ebuild >index f8e313004d1..bc7c6286e49 100644 >--- a/dev-libs/libinput/libinput-1.13.2.ebuild >+++ b/dev-libs/libinput/libinput-1.13.2.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}]" && \ >-- >2.21.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 685774
: 576254