summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2019-07-26 13:53:50 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2019-07-26 13:53:50 -0400
commit240df455e182bfb906c79bbfcac25226f9df3a9d (patch)
treed850e31fbd827f56c408629eb623bdaf95620545 /dev-python
parentdev-util/kernelshark: New package (diff)
downloadgentoo-240df455e182bfb906c79bbfcac25226f9df3a9d.tar.gz
gentoo-240df455e182bfb906c79bbfcac25226f9df3a9d.tar.bz2
gentoo-240df455e182bfb906c79bbfcac25226f9df3a9d.zip
dev-python/pyotherside: fix missing PYTHON_REQUIRED_USE
Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyotherside/pyotherside-1.5.3.ebuild1
-rw-r--r--dev-python/pyotherside/pyotherside-1.5.4.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pyotherside/pyotherside-1.5.3.ebuild b/dev-python/pyotherside/pyotherside-1.5.3.ebuild
index a0913f2e3399..054abcb7d74d 100644
--- a/dev-python/pyotherside/pyotherside-1.5.3.ebuild
+++ b/dev-python/pyotherside/pyotherside-1.5.3.ebuild
@@ -16,6 +16,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
RDEPEND="${PYTHON_DEPS}
dev-qt/qtcore:5
diff --git a/dev-python/pyotherside/pyotherside-1.5.4.ebuild b/dev-python/pyotherside/pyotherside-1.5.4.ebuild
index 4f5a176c2301..dbeb5532b03f 100644
--- a/dev-python/pyotherside/pyotherside-1.5.4.ebuild
+++ b/dev-python/pyotherside/pyotherside-1.5.4.ebuild
@@ -14,6 +14,7 @@ SRC_URI="https://github.com/thp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
# Requires active X display
RESTRICT="test"