Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/
Date: Tue, 29 Dec 2020 22:57:33
Message-Id: 1609282647.bbe6905cc32cf5adb661fd63fa93ae52d04462fb.sam@gentoo
1 commit: bbe6905cc32cf5adb661fd63fa93ae52d04462fb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 22:57:11 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 22:57:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe6905c
7
8 net-im/dino: Stabilize 0.2.0 amd64, #762463
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-im/dino/dino-0.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/dino/dino-0.2.0.ebuild b/net-im/dino/dino-0.2.0.ebuild
16 index 87038c75d2f..63fbc133bca 100644
17 --- a/net-im/dino/dino-0.2.0.ebuild
18 +++ b/net-im/dino/dino-0.2.0.ebuild
19 @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then
20 EGIT_REPO_URI="${MY_REPO_URI}.git"
21 inherit git-r3
22 else
23 - KEYWORDS="~amd64 ~arm64"
24 + KEYWORDS="amd64 ~arm64"
25 SRC_URI="${MY_REPO_URI}/releases/download/v${PV}/${P}.tar.gz"
26 fi