commit:     12a40c278bdfd462f174cd28b5900a5835aabea5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 19 22:46:47 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 19 22:47:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a40c27

media-sound/audacious: Re-add src_unpack for xmms skin, +qt5 default

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/audacious/audacious-9999.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/media-sound/audacious/audacious-9999.ebuild 
b/media-sound/audacious/audacious-9999.ebuild
index bbfcac0816d..5b4597edcdb 100644
--- a/media-sound/audacious/audacious-9999.ebuild
+++ b/media-sound/audacious/audacious-9999.ebuild
@@ -23,7 +23,7 @@ SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="gtk nls qt5"
+IUSE="gtk nls +qt5"
 REQUIRED_USE="^^ ( gtk qt5 )"
 
 RDEPEND="
@@ -45,6 +45,11 @@ DEPEND="${RDEPEND}
 "
 PDEPEND="~media-plugins/audacious-plugins-${PV}"
 
+src_unpack() {
+       default
+       [[ ${PV} == *9999 ]] && git-r3_src_unpack
+}
+
 src_prepare() {
        default
        [[ ${PV} == *9999 ]] && eautoreconf

Reply via email to