diff options
author | Sam James <sam@gentoo.org> | 2024-04-24 20:08:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-24 20:08:06 +0100 |
commit | 0dd34e7c0853dd178738901a5262abfc70f35954 (patch) | |
tree | 5aed3c4b2ec7b24f7173c5edc4a8af15ac23ef26 /net-p2p | |
parent | dev-python/Levenshtein: Stabilize 0.25.1 x86, #930612 (diff) | |
download | gentoo-0dd34e7c0853dd178738901a5262abfc70f35954.tar.gz gentoo-0dd34e7c0853dd178738901a5262abfc70f35954.tar.bz2 gentoo-0dd34e7c0853dd178738901a5262abfc70f35954.zip |
net-p2p/transmission: Stabilize 4.0.5 amd64, #930626
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission/transmission-4.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission/transmission-4.0.5.ebuild b/net-p2p/transmission/transmission-4.0.5.ebuild index e7bdf0c597cc..8f441f3d9995 100644 --- a/net-p2p/transmission/transmission-4.0.5.ebuild +++ b/net-p2p/transmission/transmission-4.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2006-2023 Gentoo Authors +# Copyright 2006-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ else MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/transmission/transmission/releases/download/${MY_PV}/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" fi DESCRIPTION="A fast, easy, and free BitTorrent client" |