Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/
Date: Sun, 01 Jan 2023 16:20:09
Message-Id: 1672589894.3fcb54e1586623352550b08d0c1772e755dc032d.soap@gentoo
1 commit: 3fcb54e1586623352550b08d0c1772e755dc032d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 16:18:14 2023 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:18:14 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcb54e1
7
8 net-im/dino: stabilize 0.3.0 for amd64
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-im/dino/dino-0.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/dino/dino-0.3.0.ebuild b/net-im/dino/dino-0.3.0.ebuild
16 index cb7d67078164..43f9fadf65e6 100644
17 --- a/net-im/dino/dino-0.3.0.ebuild
18 +++ b/net-im/dino/dino-0.3.0.ebuild
19 @@ -19,7 +19,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