Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bittornado/
Date: Sun, 11 Aug 2019 11:50:32
Message-Id: 1565524205.266f3041171e8161b3ab50bbae74543ec7562cc8.soap@gentoo
1 commit: 266f3041171e8161b3ab50bbae74543ec7562cc8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 11:50:05 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 11:50:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266f3041
7
8 net-p2p/bittornado: [QA] Fix double-prefix
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-p2p/bittornado/bittornado-0.3.18-r4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-p2p/bittornado/bittornado-0.3.18-r4.ebuild b/net-p2p/bittornado/bittornado-0.3.18-r4.ebuild
17 index a9edb21c4c4..65522c0ef29 100644
18 --- a/net-p2p/bittornado/bittornado-0.3.18-r4.ebuild
19 +++ b/net-p2p/bittornado/bittornado-0.3.18-r4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 # note: wxGTK interface has been removed wrt #391685. this ebuild is only for
26 @@ -45,7 +45,7 @@ python_install() {
27
28 # get rid of any reference to the not-installed gui version
29 rm "${ED%/}"/usr/bin/*gui.py || die
30 - rm "${ED%/}$(python_get_scriptdir)"/*gui.py || die
31 + rm "${D}/$(python_get_scriptdir)"/*gui.py || die
32 }
33
34 python_install_all() {