mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user