summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2020-11-19 06:57:50 +0000
committerAndrey Utkin <andrey_utkin@gentoo.org>2020-11-19 07:09:40 +0000
commit2e8196a3e8cf5a3bdb9c8ac148cd934b7d7a220a (patch)
tree32b16f02a8d2b215723fc51125c3b74890e61119 /net-im
parentnet-misc/croc: bump to 8.6.6 (diff)
downloadgentoo-2e8196a3e8cf5a3bdb9c8ac148cd934b7d7a220a.tar.gz
gentoo-2e8196a3e8cf5a3bdb9c8ac148cd934b7d7a220a.tar.bz2
gentoo-2e8196a3e8cf5a3bdb9c8ac148cd934b7d7a220a.zip
net-im/dino: add missing arm64 keyword in 9999
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/dino/dino-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild
index 6e43b0dadff0..87038c75d2fd 100644
--- a/net-im/dino/dino-9999.ebuild
+++ b/net-im/dino/dino-9999.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="${MY_REPO_URI}.git"
inherit git-r3
else
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
SRC_URI="${MY_REPO_URI}/releases/download/v${PV}/${P}.tar.gz"
fi