From 2e02b2d23c4d84a1a05f607c7d30b3439edf7db5 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 24 Mar 2019 13:44:42 +0100 Subject: [PATCH] sys-apps/onerng: drop python3.4 support. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Conrad Kostecki Signed-off-by: Patrice Clement --- sys-apps/onerng/onerng-3.6-r1.ebuild | 7 ++++--- 1 file 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" -- 2.26.2