diff options
author | Sam James <sam@gentoo.org> | 2021-06-08 04:03:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-08 04:03:19 +0000 |
commit | df81bfd291f64614439c01574a5a38ae16774ed4 (patch) | |
tree | 2035601807359dce707bf0720adc2ebd310569ab /net-im | |
parent | sys-auth/ssh-ldap-pubkey: Stabilize 1.3.3 amd64, #793923 (diff) | |
download | gentoo-df81bfd291f64614439c01574a5a38ae16774ed4.tar.gz gentoo-df81bfd291f64614439c01574a5a38ae16774ed4.tar.bz2 gentoo-df81bfd291f64614439c01574a5a38ae16774ed4.zip |
net-im/dino: Stabilize 0.2.1 arm64, #794841
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/dino/dino-0.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/dino/dino-0.2.1.ebuild b/net-im/dino/dino-0.2.1.ebuild index 51686ff2a861..c640a0cc338e 100644 --- a/net-im/dino/dino-0.2.1.ebuild +++ b/net-im/dino/dino-0.2.1.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="${MY_REPO_URI}.git" inherit git-r3 else - KEYWORDS="amd64 ~arm64" + KEYWORDS="amd64 arm64" SRC_URI="${MY_REPO_URI}/releases/download/v${PV}/${P}.tar.gz" fi |