summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-05-23 10:09:29 -0400
committerMike Gilbert <floppym@gentoo.org>2020-05-23 10:14:50 -0400
commit01a4e92dc9136172e3ef15378790bb12cd617cb1 (patch)
treec9d1b2ca9f5ec2272db64d7ddd30305c893ead1d /net-p2p/transmission/transmission-9999.ebuild
parentgames-fps/eduke32: fix compilation with gcc-10 (diff)
downloadgentoo-01a4e92dc9136172e3ef15378790bb12cd617cb1.tar.gz
gentoo-01a4e92dc9136172e3ef15378790bb12cd617cb1.tar.bz2
gentoo-01a4e92dc9136172e3ef15378790bb12cd617cb1.zip
net-p2p/transmission: bump to 3.00
Closes: https://bugs.gentoo.org/607336 Bug: https://bugs.gentoo.org/723258 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-p2p/transmission/transmission-9999.ebuild')
-rw-r--r--net-p2p/transmission/transmission-9999.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild
index 36907b345d40..50983831d05b 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 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux"
+ KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="A fast, easy, and free BitTorrent client"
@@ -84,14 +84,6 @@ RDEPEND="${COMMON_DEPEND}
${ACCT_DEPEND}
"
-src_unpack() {
- if [[ ${PV} == 9999 ]]; then
- git-r3_src_unpack
- else
- unpack ${P}.tar.gz
- fi
-}
-
src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_DOCDIR=share/doc/${PF}