summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-02-05 06:32:26 +0000
committerSam James <sam@gentoo.org>2022-02-05 06:32:26 +0000
commitfa664d175fa93b9fef6c5963a46f6bba64250ab0 (patch)
tree326d16a6ddd2390cdcadf59d2837074fc8316745 /dev-scheme/cyclone
parentnet-irc/atheme-services: Keyword 7.2.12 arm, #829522 (diff)
downloadgentoo-fa664d175fa93b9fef6c5963a46f6bba64250ab0.tar.gz
gentoo-fa664d175fa93b9fef6c5963a46f6bba64250ab0.tar.bz2
gentoo-fa664d175fa93b9fef6c5963a46f6bba64250ab0.zip
dev-scheme/cyclone: Keyword 0.34.0 arm, #830553
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-scheme/cyclone')
-rw-r--r--dev-scheme/cyclone/cyclone-0.34.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-scheme/cyclone/cyclone-0.34.0.ebuild b/dev-scheme/cyclone/cyclone-0.34.0.ebuild
index a60d8cdc7056..6af833b20e3d 100644
--- a/dev-scheme/cyclone/cyclone-0.34.0.ebuild
+++ b/dev-scheme/cyclone/cyclone-0.34.0.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == *9999* ]]; then
EGIT_REPO_URI="https://github.com/justinethier/${PN}-bootstrap.git"
else
SRC_URI="https://github.com/justinethier/${PN}-bootstrap/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
S="${WORKDIR}/${PN}-bootstrap-${PV}"
fi