commit: b4e131f1f13d28ac75abc4ea6ed2803445c9b702 Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua> AuthorDate: Mon Jan 1 13:35:58 2018 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Thu Jan 4 19:19:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e131f1
x11-misc/libinput-gestures: fix bug #642938 Closes: https://bugs.gentoo.org/642938 Package-Manager: Portage-2.3.13, Repoman-2.3.3 x11-misc/libinput-gestures/libinput-gestures-2.30.ebuild | 7 ++++--- x11-misc/libinput-gestures/libinput-gestures-9999.ebuild | 7 ++++--- 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 2bf4b9c25cd..a9187de1a09 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 f2516c9159b..17387ae8a39 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."
