diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-05-26 12:00:52 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-05-26 12:00:52 -0400 |
commit | f648b6946f394b5f05829423acabbf909a785186 (patch) | |
tree | 56a54940cc861b27cccc459907a48f8471114126 /net-p2p | |
parent | net-p2p/transmission: restore keywords (diff) | |
download | gentoo-f648b6946f394b5f05829423acabbf909a785186.tar.gz gentoo-f648b6946f394b5f05829423acabbf909a785186.tar.bz2 gentoo-f648b6946f394b5f05829423acabbf909a785186.zip |
net-p2p/transmission: update live ebuild
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission/transmission-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild index e11ee6465e15..bc3afb58d95e 100644 --- a/net-p2p/transmission/transmission-9999.ebuild +++ b/net-p2p/transmission/transmission-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/transmission/transmission" else SRC_URI="https://github.com/transmission/transmission-releases/raw/master/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux" fi DESCRIPTION="A fast, easy, and free BitTorrent client" |