add RESTRICT="!test? ( test )" to all Ebuilds where missing

This commit is contained in:
2022-03-07 18:38:46 +01:00
committed by Andreas Billmeier
parent 5a78498f7b
commit c93dde705a
2806 changed files with 11766 additions and 1760 deletions

View File

@@ -1,5 +1,5 @@
DIST aiobotocore-1.2.2.tar.gz 48113 BLAKE2B b623c68d409bc51d7f8b1752b959c1ed6e3f331a0d186628ccbd73eda30ba938c3091b440cc0c959675b81ab410d0af60f2b7d172002b3258696d9e94845306b SHA512 33dd6fa6002d459770b2fa5c0813cd2bad2f997cf2f7856076d67836ab39ff1ea162b4199a800f037f5308cdf1f91105bccd190b61f83a9158e33fc59912e361
DIST aiobotocore-2.1.0.tar.gz 54613 BLAKE2B 7b33ad6b8ddf63cb6ccef25e25e2b5c5af87e03c4b2b437af8cf79339a0851be1751553346de6df3ca13d8f332049671120606cbae65a45c96d83b72f19cb3e5 SHA512 d2815901969115a1d756bade45014662d6d154fb2a23c2f9b5e7380700aab400c7732d410902662f1b20dc015781ecdfc8e5dc456e1cb38a285c697ea4cd98e9
EBUILD aiobotocore-1.2.2.ebuild 858 BLAKE2B 4796c0f13cc709b7e6c3288d8a0db30afca370c4bbfdef342ae3ac497aa4283b60f1d2f23753e94d7ad1908c9886f4d802ea2863398c29ef62d96d48ba278d72 SHA512 af374a21fdd19bd5c8bb1c4b536fac5019fe170768641f07553bdf8ab37c4455f91200e2190096258809a29692ff0652662b2c1d911b2fb7723aa1ed0d044cfe
EBUILD aiobotocore-2.1.0.ebuild 907 BLAKE2B ca11e1862b8455b77018fb0202f7bb12a1b37fe8f17c7314c2bfd0184170823bf06f97f6e00f6ab9564cd5a02b31f954ad3d8d758c177ceb0ccf4f66d1cb9cfd SHA512 c63b96ce55a8bf7cb541b0475d73118b5dfd3406714e0080bcb289c14287520d2cdc5b14bccefa09c2714d58130b3c7ac2dcdd684557c067ccf3322f523e8e40
EBUILD aiobotocore-1.2.2.ebuild 885 BLAKE2B 238d91b6656046d95d84952aeb6ab22e80258a4e008aedf8f28e818a1439332bc0cbd02f2bd3664929e3ca8e5cc79715129c2b22e60182c9f3097cc218e67281 SHA512 aea1576763d96fabb6e1eb7ca61c9428bde87b16f12238e5cce39e7af27ba2ffd0de820f4f74b3eb661a53bd65c9e1547e90ee474e6cd879cd4c386d3d8a0f2c
EBUILD aiobotocore-2.1.0.ebuild 934 BLAKE2B f655b0a6d972a7750934508d35b4a28824d80d5bd7992e283cf85855fc2dcb57285f6bbaca74c4744a959b8cc610c8f75b5ca7d1641aeda54422966c1ddc9361 SHA512 deb8e946a32834e1dbdc3febc3c5fe3c39c70c072b1a9e5a644052d4bb007619273705fe6e54d8fab772d6001d5ff59f961902641f7c86672ffb70589afc17de
MISC metadata.xml 460 BLAKE2B 4a8ea3ee831803460c736be1a66ac272dea0ecfc33f806272b13e2d3178ef76ebd547857b79cf43a5e187820491d23a0c85025101ac97054c0d29ceef64a78af SHA512 242a704b62b365a2c4c0ceb16668afe8dbdec9a1bde0631880b51e618ae3af5730587bb98ba31435df642a16524a30f7c116399a9c0a9d76e11ab3174d716fe6

View File

@@ -15,6 +15,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"

View File

@@ -15,6 +15,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"