From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AB1B1382C5 for ; Thu, 4 Jan 2018 19:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70E3EE099F; Thu, 4 Jan 2018 19:20:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FA0CE099F for ; Thu, 4 Jan 2018 19:20:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEDDD335C0C for ; Thu, 4 Jan 2018 19:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 327F917B for ; Thu, 4 Jan 2018 19:20:13 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1515093599.b4e131f1f13d28ac75abc4ea6ed2803445c9b702.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/libinput-gestures/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/libinput-gestures/libinput-gestures-2.30.ebuild x11-misc/libinput-gestures/libinput-gestures-9999.ebuild X-VCS-Directories: x11-misc/libinput-gestures/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: b4e131f1f13d28ac75abc4ea6ed2803445c9b702 X-VCS-Branch: master Date: Thu, 4 Jan 2018 19:20:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b626836f-a390-4dcc-8dee-dd7840e4a5c6 X-Archives-Hash: b9c5f3a63541f79c3c6996846a2005b1 commit: b4e131f1f13d28ac75abc4ea6ed2803445c9b702 Author: Vladimir Pavljuchenkov (SpiderX) spiderx dp ua> AuthorDate: Mon Jan 1 13:35:58 2018 +0000 Commit: Craig Andrews gentoo 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."