diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:13:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:24:58 +0100 |
commit | c49b17c2064f4afae03482f63454c2916d15e13d (patch) | |
tree | c6ea318bd8565dc204378ec4d904ca26bad64bb6 | |
parent | sys-apps/kmod: Remove py2 (diff) | |
download | gentoo-c49b17c2064f4afae03482f63454c2916d15e13d.tar.gz gentoo-c49b17c2064f4afae03482f63454c2916d15e13d.tar.bz2 gentoo-c49b17c2064f4afae03482f63454c2916d15e13d.zip |
sys-apps/onerng: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sys-apps/onerng/onerng-3.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/onerng/onerng-3.6-r2.ebuild b/sys-apps/onerng/onerng-3.6-r2.ebuild index 4436a635d372..4c9775f0808e 100644 --- a/sys-apps/onerng/onerng-3.6-r2.ebuild +++ b/sys-apps/onerng/onerng-3.6-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit python-r1 udev |