sys-apps/onerng: fix CI python warnings
authorConrad Kostecki <conrad@kostecki.com>
Sat, 20 Jul 2019 22:37:26 +0000 (00:37 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 21 Jul 2019 06:40:02 +0000 (08:40 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12483
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-apps/onerng/onerng-3.6-r2.ebuild [moved from sys-apps/onerng/onerng-3.6-r1.ebuild with 93% similarity]

similarity index 93%
rename from sys-apps/onerng/onerng-3.6-r1.ebuild
rename to sys-apps/onerng/onerng-3.6-r2.ebuild
index 21cb0ffbf449ad56bed8b2b4e7bc96825098bd95..36fc8bc0583b1a14de615218701a8a0c47d35f97 100644 (file)
@@ -16,6 +16,7 @@ SRC_URI="https://github.com/OneRNG/onerng.github.io/raw/master/sw/${MY_P}.orig.t
 LICENSE="|| ( LGPL-2.1 LGPL-3 )"
 SLOT="0"
 KEYWORDS="amd64 x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 BDEPEND="virtual/pkgconfig"
 
@@ -23,6 +24,7 @@ DEPEND="virtual/udev"
 
 RDEPEND="
        ${DEPEND}
+       ${PYTHON_DEPS}
        app-crypt/gnupg
        dev-python/python-gnupg[${PYTHON_USEDEP}]
        sys-apps/rng-tools