summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/razercfg/razercfg-0.32.ebuild')
-rw-r--r--sys-apps/razercfg/razercfg-0.32.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/razercfg/razercfg-0.32.ebuild b/sys-apps/razercfg/razercfg-0.32.ebuild
index e4c71b338a0b..f68e73ba77b0 100644
--- a/sys-apps/razercfg/razercfg-0.32.ebuild
+++ b/sys-apps/razercfg/razercfg-0.32.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,14 +15,16 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+pm-utils qt4 systemd +udev"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="qt4? ( >=dev-python/pyside-1.2.1[${PYTHON_USEDEP}] )
+RDEPEND="${PYTHON_DEPS}
+ qt4? ( >=dev-python/pyside-1.2.1[${PYTHON_USEDEP}] )
systemd? ( sys-apps/systemd )
udev? ( virtual/udev )
pm-utils? ( sys-power/pm-utils )
virtual/libusb:1"
-
-DEPEND="virtual/pkgconfig
+DEPEND="${PYTHON_DEPS}
+ virtual/pkgconfig
dev-python/setuptools[${PYTHON_USEDEP}]
virtual/libusb:1"