diff options
author | Sam James <sam@gentoo.org> | 2024-03-07 15:18:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-07 15:18:20 +0000 |
commit | 3d6ca46320b6ace4d3157bc685d0e9436e73567f (patch) | |
tree | 526c339b82e8a8923133c3707cff45b720285711 /net-p2p/bitcoin-core | |
parent | net-p2p/bitcoin-core: add unkeyworded 25.2_rc1 and 26.1_rc1 (diff) | |
download | gentoo-3d6ca46320b6ace4d3157bc685d0e9436e73567f.tar.gz gentoo-3d6ca46320b6ace4d3157bc685d0e9436e73567f.tar.bz2 gentoo-3d6ca46320b6ace4d3157bc685d0e9436e73567f.zip |
net-p2p/bitcoin-core: define KEYWORDS on one line
Per PG0105 and MultipleKeywordsLines.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p/bitcoin-core')
-rw-r--r-- | net-p2p/bitcoin-core/bitcoin-core-25.2_rc1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bitcoin-core/bitcoin-core-26.1_rc1.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-p2p/bitcoin-core/bitcoin-core-25.2_rc1.ebuild b/net-p2p/bitcoin-core/bitcoin-core-25.2_rc1.ebuild index 7e4f5c62aec2..f0ad56e4ac05 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-25.2_rc1.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-25.2_rc1.ebuild @@ -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 diff --git a/net-p2p/bitcoin-core/bitcoin-core-26.1_rc1.ebuild b/net-p2p/bitcoin-core/bitcoin-core-26.1_rc1.ebuild index 10e917bd4b78..cf31b6360f4b 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-26.1_rc1.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-26.1_rc1.ebuild @@ -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 |