diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-05-25 23:04:50 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-05-25 23:10:41 -0400 |
commit | 8dfb8e4d09a0d308b5ed49f866075f2caa87e270 (patch) | |
tree | 5cb10803c8cefa01a2877a7dcedca075f5be2ce1 /app-portage | |
parent | app-portage/gpyutils: python3.8 (diff) | |
download | gentoo-8dfb8e4d09a0d308b5ed49f866075f2caa87e270.tar.gz gentoo-8dfb8e4d09a0d308b5ed49f866075f2caa87e270.tar.bz2 gentoo-8dfb8e4d09a0d308b5ed49f866075f2caa87e270.zip |
app-portage/unsymlink-lib: python3.8
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild | 2 | ||||
-rw-r--r-- | app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild index e70e33b01d94..ed7fca696e94 100644 --- a/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild +++ b/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit python-single-r1 DESCRIPTION="Convert your system to SYMLINK_LIB=no" diff --git a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild index 2e579b57e72e..82f1121193da 100644 --- a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild +++ b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit git-r3 python-single-r1 DESCRIPTION="Convert your system to SYMLINK_LIB=no" |