diff options
author | Sam James <sam@gentoo.org> | 2022-09-02 22:45:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-02 22:45:42 +0100 |
commit | 66cac294ea7bdaa5f6e0d809f111b883d3e137ac (patch) | |
tree | 991b476a676a81f64a8b1a7c125f1794dc273819 /net-im/qtox | |
parent | media-video/pipewire: add 0.3.57 (diff) | |
download | gentoo-66cac294ea7bdaa5f6e0d809f111b883d3e137ac.tar.gz gentoo-66cac294ea7bdaa5f6e0d809f111b883d3e137ac.tar.bz2 gentoo-66cac294ea7bdaa5f6e0d809f111b883d3e137ac.zip |
net-im/qtox: Stabilize 1.17.6 amd64, #868102
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/qtox')
-rw-r--r-- | net-im/qtox/qtox-1.17.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/qtox/qtox-1.17.6.ebuild b/net-im/qtox/qtox-1.17.6.ebuild index 825ce6aa14d1..a2a84d3ec982 100644 --- a/net-im/qtox/qtox-1.17.6.ebuild +++ b/net-im/qtox/qtox-1.17.6.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then else MY_P="qTox-${PV}" SRC_URI="https://github.com/qTox/qTox/releases/download/v${PV}/v${PV}.tar.gz -> ${MY_P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/qTox" fi |