sys-apps/onerng: drop python3.4 support.
authorConrad Kostecki <conrad@kostecki.com>
Sun, 24 Mar 2019 12:44:42 +0000 (13:44 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 26 Mar 2019 16:45:36 +0000 (17:45 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
sys-apps/onerng/onerng-3.6-r1.ebuild

index a5f4bae77361f73475ff438306ccf1e1bca975c0..953e639e7f88a2d79258a0cd36203fca3bb6ee9f 100644 (file)
@@ -1,13 +1,14 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-MY_P="${P/-/_}"
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit python-r1 udev
 
+MY_P="${P/-/_}"
+
 DESCRIPTION="Software for the Open Hardware Random Number Generator called OneRNG"
 HOMEPAGE="https://www.onerng.info/"
 SRC_URI="https://github.com/OneRNG/onerng.github.io/raw/master/sw/${MY_P}.orig.tar.gz -> ${P}.tar.gz"