From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A4BA138336 for ; Mon, 19 Nov 2018 22:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEBE8E0921; Mon, 19 Nov 2018 22:53:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9E12E0920 for ; Mon, 19 Nov 2018 22:53:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8601E335C94 for ; Mon, 19 Nov 2018 22:53:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C64E7446 for ; Mon, 19 Nov 2018 22:53:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1542667666.12a40c278bdfd462f174cd28b5900a5835aabea5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacious/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/audacious/audacious-9999.ebuild X-VCS-Directories: media-sound/audacious/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 12a40c278bdfd462f174cd28b5900a5835aabea5 X-VCS-Branch: master Date: Mon, 19 Nov 2018 22:53:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9be5d0da-230c-4bf1-a34c-749f1cd58110 X-Archives-Hash: 9ff8da850a0cf7fe0a73fae10014be75 commit: 12a40c278bdfd462f174cd28b5900a5835aabea5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 19 22:46:47 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 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