From: Mike Gilbert Date: Tue, 26 May 2020 03:04:50 +0000 (-0400) Subject: app-portage/unsymlink-lib: python3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8dfb8e4d09a0d308b5ed49f866075f2caa87e270;p=gentoo.git app-portage/unsymlink-lib: python3.8 Signed-off-by: Mike Gilbert --- 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"