diff options
author | 2020-06-27 17:58:00 +0000 | |
---|---|---|
committer | 2020-06-27 23:41:44 +0300 | |
commit | 8d994915cda117b71f698104aa85038432ec3541 (patch) | |
tree | 1fc75eab3dbd69db6f888c0a1ae116ec9d87cde1 /net-irc | |
parent | x11-libs/snorenotify: arm64 keyworded (bug #728652) (diff) | |
download | gentoo-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')
-rw-r--r-- | net-irc/quassel/quassel-0.13.1-r2.ebuild | 2 |
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}" ) |