diff options
author | 2022-06-13 13:46:24 -0400 | |
---|---|---|
committer | 2022-06-13 13:49:10 -0400 | |
commit | 2ff575978baf297dc8ffffc6618f8655bea02427 (patch) | |
tree | 9a7bcd9075edd358cd691622517413d84c2cc07f /net-p2p/transmission/transmission-3.00-r1.ebuild | |
parent | dev-python/translate-toolkit: add 3.7.0 (diff) | |
download | gentoo-2ff575978baf297dc8ffffc6618f8655bea02427.tar.gz gentoo-2ff575978baf297dc8ffffc6618f8655bea02427.tar.bz2 gentoo-2ff575978baf297dc8ffffc6618f8655bea02427.zip |
net-p2p/transmission: drop ~mips keyword
Several dependencies would need to be keyworded.
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-p2p/transmission/transmission-3.00-r1.ebuild')
-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 bf200a7a2c74..28fc9e09a5a4 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 ~arm ~arm64 ~mips ppc ppc64 ~riscv x86 ~amd64-linux" + KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86 ~amd64-linux" fi DESCRIPTION="A fast, easy, and free BitTorrent client" |