diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-19 23:46:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-19 23:47:46 +0100 |
commit | 12a40c278bdfd462f174cd28b5900a5835aabea5 (patch) | |
tree | ba9c3c546ec92b754e373bc3308d0fdf9dca410a /media-sound/audacious | |
parent | media-plugins/audacious-plugins: Add qtmedia to REQUIRED_USE (diff) | |
download | gentoo-12a40c278bdfd462f174cd28b5900a5835aabea5.tar.gz gentoo-12a40c278bdfd462f174cd28b5900a5835aabea5.tar.bz2 gentoo-12a40c278bdfd462f174cd28b5900a5835aabea5.zip |
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@gentoo.org>
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/audacious-9999.ebuild | 7 |
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 |