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-sound/audacious/
Date: Mon, 19 Nov 2018 22:53:57
Message-Id: 1542667666.12a40c278bdfd462f174cd28b5900a5835aabea5.asturm@gentoo
1 commit: 12a40c278bdfd462f174cd28b5900a5835aabea5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 19 22:46:47 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 19 22:47:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a40c27
7
8 media-sound/audacious: Re-add src_unpack for xmms skin, +qt5 default
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/audacious/audacious-9999.ebuild | 7 ++++++-
14 1 file changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/media-sound/audacious/audacious-9999.ebuild b/media-sound/audacious/audacious-9999.ebuild
17 index bbfcac0816d..5b4597edcdb 100644
18 --- a/media-sound/audacious/audacious-9999.ebuild
19 +++ b/media-sound/audacious/audacious-9999.ebuild
20 @@ -23,7 +23,7 @@ SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
21
22 LICENSE="BSD-2"
23 SLOT="0"
24 -IUSE="gtk nls qt5"
25 +IUSE="gtk nls +qt5"
26 REQUIRED_USE="^^ ( gtk qt5 )"
27
28 RDEPEND="
29 @@ -45,6 +45,11 @@ DEPEND="${RDEPEND}
30 "
31 PDEPEND="~media-plugins/audacious-plugins-${PV}"
32
33 +src_unpack() {
34 + default
35 + [[ ${PV} == *9999 ]] && git-r3_src_unpack
36 +}
37 +
38 src_prepare() {
39 default
40 [[ ${PV} == *9999 ]] && eautoreconf