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/qtox/
Date: Fri, 02 Sep 2022 21:45:58
Message-Id: 1662155142.66cac294ea7bdaa5f6e0d809f111b883d3e137ac.sam@gentoo
1 commit: 66cac294ea7bdaa5f6e0d809f111b883d3e137ac
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 21:45:42 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 21:45:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cac294
7
8 net-im/qtox: Stabilize 1.17.6 amd64, #868102
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-im/qtox/qtox-1.17.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/qtox/qtox-1.17.6.ebuild b/net-im/qtox/qtox-1.17.6.ebuild
16 index 825ce6aa14d1..a2a84d3ec982 100644
17 --- a/net-im/qtox/qtox-1.17.6.ebuild
18 +++ b/net-im/qtox/qtox-1.17.6.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
20 else
21 MY_P="qTox-${PV}"
22 SRC_URI="https://github.com/qTox/qTox/releases/download/v${PV}/v${PV}.tar.gz -> ${MY_P}.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="amd64 ~x86"
25 S="${WORKDIR}/qTox"
26 fi