mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-14 19:38:08 -07:00
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
This commit is contained in:
31
dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild
Normal file
31
dev-python/python-virtkey/python-virtkey-0.60.0-r2.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
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/$(ver_cut 1-2)/${PV}/+download/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
x11-libs/libX11
|
||||
x11-libs/libXtst
|
||||
x11-libs/gtk+:2"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
pkg_setup() {
|
||||
append-cflags -fno-strict-aliasing
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
Reference in New Issue
Block a user