commit:     d700e555e938142dbc60f675a1713ebfacf1cbd1
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  1 20:52:44 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 21:15:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d700e555

sys-apps/onerng: add python3.10 support

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/onerng/onerng-3.6-r3.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sys-apps/onerng/onerng-3.6-r3.ebuild 
b/sys-apps/onerng/onerng-3.6-r3.ebuild
index efd2c08c8a5..dd5803955bd 100644
--- a/sys-apps/onerng/onerng-3.6-r3.ebuild
+++ b/sys-apps/onerng/onerng-3.6-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit python-single-r1 udev
 
@@ -12,6 +12,7 @@ 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"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="|| ( LGPL-2.1 LGPL-3 )"
 SLOT="0"
@@ -31,8 +32,6 @@ RDEPEND="
        sys-process/at
 "
 
-S="${WORKDIR}/${MY_P}"
-
 pkg_postinst() {
        udev_reload
 }

Reply via email to