diff options
author | Sam James <sam@gentoo.org> | 2021-06-07 23:09:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-07 23:09:39 +0000 |
commit | 78cca5f537c46918032d5c01de886eb5fb4e5b88 (patch) | |
tree | 035bf7485e11e64efe7239876d451ad801ee3349 | |
parent | x11-misc/picom: Stabilize 8.2-r2 amd64, #794814 (diff) | |
download | gentoo-78cca5f537c46918032d5c01de886eb5fb4e5b88.tar.gz gentoo-78cca5f537c46918032d5c01de886eb5fb4e5b88.tar.bz2 gentoo-78cca5f537c46918032d5c01de886eb5fb4e5b88.zip |
net-im/dino: Stabilize 0.2.1 amd64, #794841
Signed-off-by: Sam James <sam@gentoo.org>
-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 b16ee80986da..51686ff2a861 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 |