diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-05-26 11:57:32 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-05-26 11:57:58 -0400 |
commit | 5cbecc223b7f2038860437511cc504843e172b6b (patch) | |
tree | 3a5c29c0f82b66a047f83db55f5f7b9697cf2a1b /net-p2p/transmission | |
parent | dev-python/scrypt: Bump to 0.8.15 (diff) | |
download | gentoo-5cbecc223b7f2038860437511cc504843e172b6b.tar.gz gentoo-5cbecc223b7f2038860437511cc504843e172b6b.tar.bz2 gentoo-5cbecc223b7f2038860437511cc504843e172b6b.zip |
net-p2p/transmission: restore keywords
We no longer depend on dev-libs/libb64.
Closes: https://bugs.gentoo.org/724786
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-p2p/transmission')
-rw-r--r-- | net-p2p/transmission/transmission-3.00-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission/transmission-3.00-r1.ebuild b/net-p2p/transmission/transmission-3.00-r1.ebuild index b632a4a1d05b..91ab6b54ceba 100644 --- a/net-p2p/transmission/transmission-3.00-r1.ebuild +++ b/net-p2p/transmission/transmission-3.00-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/transmission/transmission" else SRC_URI="https://dev.gentoo.org/~floppym/dist/${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" |