diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-03-24 13:44:42 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-26 17:45:36 +0100 |
commit | 2e02b2d23c4d84a1a05f607c7d30b3439edf7db5 (patch) | |
tree | c039a5929f0684d955ab94d04057025ed3df6d2d /sys-apps/onerng | |
parent | net-im/yowsup: drop python3.4 support. (diff) | |
download | gentoo-2e02b2d23c4d84a1a05f607c7d30b3439edf7db5.tar.gz gentoo-2e02b2d23c4d84a1a05f607c7d30b3439edf7db5.tar.bz2 gentoo-2e02b2d23c4d84a1a05f607c7d30b3439edf7db5.zip |
sys-apps/onerng: drop python3.4 support.
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>
Diffstat (limited to 'sys-apps/onerng')
-rw-r--r-- | sys-apps/onerng/onerng-3.6-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/onerng/onerng-3.6-r1.ebuild b/sys-apps/onerng/onerng-3.6-r1.ebuild index a5f4bae77361..953e639e7f88 100644 --- a/sys-apps/onerng/onerng-3.6-r1.ebuild +++ b/sys-apps/onerng/onerng-3.6-r1.ebuild @@ -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" |