summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-07-01 22:52:44 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-07-01 23:15:42 +0200
commitd700e555e938142dbc60f675a1713ebfacf1cbd1 (patch)
tree613385a1b2e105ac24ba24af0259d9a54b325839 /sys-apps/onerng/onerng-3.6-r3.ebuild
parentnet-irc/znc-palaver: add python3.10 support (diff)
downloadgentoo-d700e555e938142dbc60f675a1713ebfacf1cbd1.tar.gz
gentoo-d700e555e938142dbc60f675a1713ebfacf1cbd1.tar.bz2
gentoo-d700e555e938142dbc60f675a1713ebfacf1cbd1.zip
sys-apps/onerng: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps/onerng/onerng-3.6-r3.ebuild')
-rw-r--r--sys-apps/onerng/onerng-3.6-r3.ebuild7
1 files 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 efd2c08c8a5a..dd5803955bd2 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
}