summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James (sam_c) <sam@cmpct.info>2020-06-27 17:58:00 +0000
committerMart Raudsepp <leio@gentoo.org>2020-06-27 23:41:44 +0300
commit8d994915cda117b71f698104aa85038432ec3541 (patch)
tree1fc75eab3dbd69db6f888c0a1ae116ec9d87cde1 /net-irc/quassel/quassel-0.13.1-r2.ebuild
parentx11-libs/snorenotify: arm64 keyworded (bug #728652) (diff)
downloadgentoo-8d994915cda117b71f698104aa85038432ec3541.tar.gz
gentoo-8d994915cda117b71f698104aa85038432ec3541.tar.bz2
gentoo-8d994915cda117b71f698104aa85038432ec3541.zip
net-irc/quassel: arm64 keyworded (bug #728652)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-irc/quassel/quassel-0.13.1-r2.ebuild')
-rw-r--r--net-irc/quassel/quassel-0.13.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/quassel/quassel-0.13.1-r2.ebuild b/net-irc/quassel/quassel-0.13.1-r2.ebuild
index d418a0d39a55..57fc94c79cd1 100644
--- a/net-irc/quassel/quassel-0.13.1-r2.ebuild
+++ b/net-irc/quassel/quassel-0.13.1-r2.ebuild
@@ -8,7 +8,7 @@ inherit cmake xdg-utils pax-utils systemd
if [[ ${PV} != *9999* ]]; then
MY_P=${PN}-${PV/_/-}
SRC_URI="https://quassel-irc.org/pub/${MY_P}.tar.bz2"
- KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~sparc-solaris"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~sparc-solaris"
S="${WORKDIR}/${MY_P}"
else
EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" )