Skip to content

Commit

Permalink
app-portage/unsymlink-lib: python3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed May 26, 2020
1 parent 8dd608d commit 8dfb8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8dfb8e4

Please sign in to comment.