diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-06 19:31:50 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-06 19:31:50 +0200 |
commit | 655b7648655231e8ed01ae3e8f0be1f535e0f1e2 (patch) | |
tree | cb8a737fb288df6a83f1c36fceca7fc2ae8f820f /net-p2p/transmission | |
parent | dev-libs/ell: ppc stable wrt bug #722944 (diff) | |
download | gentoo-655b7648655231e8ed01ae3e8f0be1f535e0f1e2.tar.gz gentoo-655b7648655231e8ed01ae3e8f0be1f535e0f1e2.tar.bz2 gentoo-655b7648655231e8ed01ae3e8f0be1f535e0f1e2.zip |
net-p2p/transmission: ppc stable wrt bug #723258
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@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 91ab6b54ceba..301770ebb420 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 ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~x86 ~amd64-linux" fi DESCRIPTION="A fast, easy, and free BitTorrent client" |