1
0
Fork 0

bitrot: Update supported Python versions

In other news, the actual audio-overlay added an ebuild for bitrot.
However, I won't remove the ebuild in my overlay until the audio-overlay
one becomes FHS-compliant... probably.
This commit is contained in:
Ryan Fox 2020-09-12 00:00:56 +00:00
parent 50e1489d17
commit 29e824498b
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
EBUILD bitrot-9999.ebuild 549 BLAKE2B 9dbe3b34f7983dc52e6cfa77368d0c8988f01448e88c4ac8bc50bf97d5eb01fec2d0f50f66146c5e5bba10107a0845aea970bd216c650fe0c74b5a8eb22eeb80 SHA512 3e0c1d863e7ea55f12b72a2e8bb4154a417694cb62dc2f4d215411f10c4993e374daeb3da3c0c5eed9e527ef7655fd822ca6a81ca2de78e9e4c2a357fb608004
EBUILD bitrot-9999.ebuild 539 BLAKE2B 1c91fee0722dc05ab9e5296d8864b1e587d224a93b41ffd7c52d2cf2bb098f316caae6cbb7ab3b7b709e396fbdcc954b61532afa3756f708feffeaa3499de01f SHA512 b27e5431861ef67cc5e69db658809cf1274942a21c63acdee448689b0e0482ab1cde5d8b9fc3fbb8fe654014c8442f8d7f8f662b6326fe7786f1e7123b1d2f59
MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80

View File

@ -4,7 +4,7 @@
EAPI=6
EGIT_REPO_URI="https://github.com/grejppi/bitrot.git"
PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
PYTHON_REQ_USE="threads(+)"
inherit git-r3 python-any-r1 waf-utils