summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/audacious/audacious-9999.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-sound/audacious/audacious-9999.ebuild b/media-sound/audacious/audacious-9999.ebuild
index bbfcac0816d0..5b4597edcdbe 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