summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>2018-01-01 15:35:58 +0200
committerCraig Andrews <candrews@gentoo.org>2018-01-04 14:19:59 -0500
commitb4e131f1f13d28ac75abc4ea6ed2803445c9b702 (patch)
tree2cf3607895a48d22cdf1cdf155d06d5963402912 /x11-misc
parentsys-kernel/vanilla-sources: Automated version bump to {3.2.97,3.16.52,4.4.109... (diff)
downloadgentoo-b4e131f1f13d28ac75abc4ea6ed2803445c9b702.tar.gz
gentoo-b4e131f1f13d28ac75abc4ea6ed2803445c9b702.tar.bz2
gentoo-b4e131f1f13d28ac75abc4ea6ed2803445c9b702.zip
x11-misc/libinput-gestures: fix bug #642938
Closes: https://bugs.gentoo.org/642938 Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/libinput-gestures/libinput-gestures-2.30.ebuild7
-rw-r--r--x11-misc/libinput-gestures/libinput-gestures-9999.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.30.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.30.ebuild
index 2bf4b9c25cda..a9187de1a09c 100644
--- a/x11-misc/libinput-gestures/libinput-gestures-2.30.ebuild
+++ b/x11-misc/libinput-gestures/libinput-gestures-2.30.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/bulletmark/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
@@ -22,7 +22,8 @@ RDEPEND="${PYTHON_DEPS}
x11-misc/xdotool
x11-misc/wmctrl"
DEPEND=">=dev-libs/libinput-1.8.0
- dev-util/desktop-file-utils"
+ dev-util/desktop-file-utils
+ test? ( dev-python/flake8[${PYTHON_USEDEP}] )"
pkg_postinst() {
elog "You must be in the input group to read the touchpad device."
diff --git a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
index f2516c9159bd..17387ae8a397 100644
--- a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
+++ b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ SRC_URI=""
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
-IUSE=""
+IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
@@ -23,7 +23,8 @@ RDEPEND="${PYTHON_DEPS}
x11-misc/xdotool
x11-misc/wmctrl"
DEPEND=">=dev-libs/libinput-1.8.0
- dev-util/desktop-file-utils"
+ dev-util/desktop-file-utils
+ test? ( dev-python/flake8[${PYTHON_USEDEP}] )"
pkg_postinst() {
elog "You must be in the input group to read the touchpad device."