From 29e824498b551f80a763622c874ea24ff6b5c7c4 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sat, 12 Sep 2020 00:00:56 +0000 Subject: [PATCH] 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. --- media-plugins/bitrot/Manifest | 2 +- media-plugins/bitrot/bitrot-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/bitrot/Manifest b/media-plugins/bitrot/Manifest index a1c34dc..3f336df 100644 --- a/media-plugins/bitrot/Manifest +++ b/media-plugins/bitrot/Manifest @@ -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 diff --git a/media-plugins/bitrot/bitrot-9999.ebuild b/media-plugins/bitrot/bitrot-9999.ebuild index faf95a0..5399267 100644 --- a/media-plugins/bitrot/bitrot-9999.ebuild +++ b/media-plugins/bitrot/bitrot-9999.ebuild @@ -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