clean up PYTHON_COMPAT & KEYWORDS Letters: P
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST panacotta-0.1.tar.gz 3480 BLAKE2B cf18903149e172ffd0257930c954622e8fb25d163671361e74264cfd868b5bff11ca32dd99e8dc5b3484fc4066187f5917aa2e1a124f757d44c74661de8e3733 SHA512 a0ce1937b623a1c69d41952015fa6ce22dfc9361f6f070e92d9d7e8a5bdb7758328e0ba964bf209c8c167e3884ce5c0c9d29636794e2ffe449b4a824d51afe17
|
||||
EBUILD panacotta-0.1.ebuild 692 BLAKE2B 08e6c6479ac9ba31e9f38e2b07409b07b435803c92fa7f113ed52b46dc6b79d3b56afc6d17c9a2df2181d8f7136a74d423c6e0131bd4896e3ab4abac135f973b SHA512 a03ee3e52be1ecb05a8b01811c3d75364952416dba774cf4a9d73d1a91eff6813a271f30cf7c3f388fa0b4eb369f0fa55bdcb29d20dc963df5044d4b34fcebf2
|
||||
EBUILD panacotta-0.1.ebuild 701 BLAKE2B 3067c20785fb31107005d1b6bc505b86f6ba96060216a1582b3493a8eeb09bc288980a66b65353f61f136f1eaccebf9dd874a4a4962d1cd6325b05f931cdfd78 SHA512 dab81dbc55ca6ee747bdb979d79caf1a6435876910b7b8069e9b896b894fcb6bf7f62a782d4dcb9f9d46cecd915a2ed037bb4358cf753a8473ce2545556669b0
|
||||
MISC metadata.xml 455 BLAKE2B 502bcd66957020f53fd767750d642ff65ab29df9684fcfbad20738631839a8feec9aaa419447e2600aaabed1d88944aaab4115aeb321a5c49606d36df5722002 SHA512 ce4919f83328f1b4f581bfce927ff84eaf2faebb1fa5d0934e1a1855423649c600def6b24cd36f6ad8172a2764c3dd1928d1870a9f038ea226b71ca8a49d9697
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
|
||||
Reference in New Issue
Block a user