summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-08-20 09:16:11 +0300
committerMart Raudsepp <leio@gentoo.org>2018-08-20 09:18:47 +0300
commitc74b4accea8f2e8a64f253d4d5bb9e26dbb9acdc (patch)
treed60e8d73ebf92ced93e1df30cdf864b652e8b38e /dev-python/python-virtkey
parentapp-admin/packagekit-base: fix invalid dev-libs/glib[$PYTHON_USEDEP] dep (diff)
downloadgentoo-c74b4accea8f2e8a64f253d4d5bb9e26dbb9acdc.tar.gz
gentoo-c74b4accea8f2e8a64f253d4d5bb9e26dbb9acdc.tar.bz2
gentoo-c74b4accea8f2e8a64f253d4d5bb9e26dbb9acdc.zip
dev-python/python-virtkey: fix invalid dev-libs/glib[$PYTHON_USEDEP] dep
Use eapi7-ver instead of versionator while here Package-Manager: Portage-2.3.47, Repoman-2.3.10
Diffstat (limited to 'dev-python/python-virtkey')
-rw-r--r--dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild (renamed from dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild b/dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild
index b1a384ee576f..b4cfca78c478 100644
--- a/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild
+++ b/dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,11 +6,11 @@ EAPI=5
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 flag-o-matic versionator
+inherit distutils-r1 eapi7-ver flag-o-matic
DESCRIPTION="Python module to simulate keypresses and get current keyboard layout"
HOMEPAGE="https://launchpad.net/virtkey"
-SRC_URI="https://launchpad.net/python-virtkey/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
+SRC_URI="https://launchpad.net/python-virtkey/$(ver_cut 1-2)/${PV}/+download/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
@@ -18,7 +18,7 @@ KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
- dev-libs/glib:2[${PYTHON_USEDEP}]
+ dev-libs/glib:2
x11-libs/libX11
x11-libs/libXtst
x11-libs/gtk+:2"