net-p2p/bitcoin-core: define KEYWORDS on one line

Per PG0105 and MultipleKeywordsLines.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-03-07 15:18:20 +00:00
parent 7dbd815f86
commit 3d6ca46320
2 changed files with 2 additions and 6 deletions

View File

@@ -14,9 +14,7 @@ S="${WORKDIR}/${PN/-core}-${PV/_rc/rc}"
LICENSE="MIT"
SLOT="0"
if [[ "${PV}" == *_rc* ]] ; then
KEYWORDS=""
else
if [[ "${PV}" != *_rc* ]] ; then
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
fi
# IUSE="+cli" doesn't work due to https://bugs.gentoo.org/831045#c3

View File

@@ -14,9 +14,7 @@ S="${WORKDIR}/${PN/-core}-${PV/_rc/rc}"
LICENSE="MIT"
SLOT="0"
if [[ "${PV}" == *_rc* ]] ; then
KEYWORDS=""
else
if [[ "${PV}" != *_rc* ]] ; then
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
fi
# IUSE="+cli" doesn't work due to https://bugs.gentoo.org/831045#c3