Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aften/
Date: Sun, 16 Feb 2020 18:49:53
Message-Id: 1581878948.f6535447bf36d84c5a6bd7187201ec401bbee4d3.asturm@gentoo
1 commit: f6535447bf36d84c5a6bd7187201ec401bbee4d3
2 Author: Julius Putra Tanu Setiaji <indocomsoft <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 28 18:46:31 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 18:49:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6535447
7
8 media-libs/aften: Fix src_install crashing on Gentoo Prefix
9
10 Closes: https://bugs.gentoo.org/706814
11 Signed-off-by: Julius Putra Tanu Setiaji <indocomsoft <AT> gmail.com>
12 Package-Manager: Portage-2.3.85, Repoman-2.3.20
13 Closes: https://github.com/gentoo/gentoo/pull/14489
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 media-libs/aften/aften-0.0.8-r2.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-libs/aften/aften-0.0.8-r2.ebuild b/media-libs/aften/aften-0.0.8-r2.ebuild
20 index cb3a41a3829..f1dd9d2fa9e 100644
21 --- a/media-libs/aften/aften-0.0.8-r2.ebuild
22 +++ b/media-libs/aften/aften-0.0.8-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -32,5 +32,5 @@ src_install() {
30 cmake-utils_src_install
31 dodoc README Changelog
32 # File collision with media-sound/wavbreaker, upstream informed
33 - mv "${D}"/usr/bin/wavinfo{,-aften} || die
34 + mv "${ED}"/usr/bin/wavinfo{,-aften} || die
35 }