From b0a6f74e022300efbb3ad9ae59896249afc532db Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 5 Aug 2021 14:22:51 +0200 Subject: [PATCH] dev-python/soundfile: QA/Move KEYWORDS out of conditional block Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank --- dev-python/soundfile/soundfile-0.10.3_p20201201-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/soundfile/soundfile-0.10.3_p20201201-r1.ebuild b/dev-python/soundfile/soundfile-0.10.3_p20201201-r1.ebuild index 50659a6..2ea976b 100644 --- a/dev-python/soundfile/soundfile-0.10.3_p20201201-r1.ebuild +++ b/dev-python/soundfile/soundfile-0.10.3_p20201201-r1.ebuild @@ -19,16 +19,14 @@ else if [[ ${PV} == *_p* ]]; then SRC_URI="https://github.com/bastibe/python-${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/python-${PN}-${COMMIT_ID}" - KEYWORDS="~amd64 ~x86" else SRC_URI="https://github.com/bastibe/python-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" fi fi +KEYWORDS="~amd64 ~x86" LICENSE="PySoundFile-BSD-3" SLOT="0" -KEYWORDS="~amd64 ~x86" IUSE="test" # Some tests result in sandbox violations. RESTRICT="test"