diff options
author | Sam James <sam@gentoo.org> | 2022-12-18 11:37:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-18 11:37:27 +0000 |
commit | 105dafb32ad03e11b6eeea72c078f7fc1761f8f7 (patch) | |
tree | cf311e69c3b8b3bbf1918965a6ce5c5ced70f474 /net-im | |
parent | app-text/htmldoc: Stabilize 1.9.16 ppc, #886677 (diff) | |
download | gentoo-105dafb32ad03e11b6eeea72c078f7fc1761f8f7.tar.gz gentoo-105dafb32ad03e11b6eeea72c078f7fc1761f8f7.tar.bz2 gentoo-105dafb32ad03e11b6eeea72c078f7fc1761f8f7.zip |
net-im/dino: Stabilize 0.3.0 arm64, #886761
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/dino/dino-0.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/dino/dino-0.3.0.ebuild b/net-im/dino/dino-0.3.0.ebuild index dcefefcd1c83..096c50a08a58 100644 --- a/net-im/dino/dino-0.3.0.ebuild +++ b/net-im/dino/dino-0.3.0.ebuild @@ -20,7 +20,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 |