russound-rio fix RequiredUseDefaults

This commit is contained in:
Andreas Billmeier 2022-03-19 13:56:34 +01:00 committed by Andreas Billmeier
parent 4c16ea52d7
commit be4880931c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,3 @@
DIST russound-rio-0.1.7.tar.gz 4017 BLAKE2B bf2751a1814bdd98271abc9b632016a5dec5e8fe14c41fbae700284ffb30f3cdf16c64845833b1bb30f97d5e45acbaf2c51e4ada68eb05853cdebdde32f8723d SHA512 1c0a539f0fa529192fd2629b4e7d4c4d2fc25d330394976a8a6459d323e2772af5af5271c9c257ea9f026ed7fca908afea52386981047d5cb223d00114436425
EBUILD russound-rio-0.1.7.ebuild 795 BLAKE2B 99d22f619e95c3747e54f868bb64a8d5927441ecfca4b8068a00c9511810d83e34a117d4067be145abda6492e60966e93f95ecd70adce5e4bc83bab0dc00177f SHA512 bc3895e4d98334efda5ddea83f878795f7695dcf5616dfb13211b6830f24036367306ad6151762de3fc9d5711b628df2e0ba1abec141a1e6ec96f1d72cc198bc
EBUILD russound-rio-0.1.7.ebuild 812 BLAKE2B bad48ad31fab05bc708137c0484109ff0a56ba5c821becfbd2a2238117aeadf477e787d64c891b0419d39f3e5bc7eda4e4802d2c0be9732d9b6cd0720a87a7b5 SHA512 75328d6c8b939be6a15a1b0e33e7be1421b70687e5a96cf8a41bf47c419d541bbe730813da009ce5dd0cdc78d45c012ca227559045b843c1536563ae53d2e99a
MISC metadata.xml 331 BLAKE2B 066f4d627748b7c32dddaa4c1c6386bcbfd6992810089c155a8f10fb9514ddd0be15fd6f462ecbbe6039be8b9528e259f3c9e73aedd88f29ac3219c972402d73 SHA512 1cfefa734904ec3b015595a94aaedefe11807982006696bbc8cfd780f650c110f22dc305a3649397c51febf58edaf592708adbd311159b37b27b6de16c5c4d01

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -18,6 +18,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]