diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2013-11-05 13:32:59 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2013-11-05 13:32:59 +0000 |
commit | 3497c1b4ed4a7aa6c3a0563454acb294bd5dbee6 (patch) | |
tree | b5ca9e3ca0425bf708a9ae7d07df74d7eef110c6 /media-sound | |
parent | Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkan... (diff) | |
download | gentoo-2-3497c1b4ed4a7aa6c3a0563454acb294bd5dbee6.tar.gz gentoo-2-3497c1b4ed4a7aa6c3a0563454acb294bd5dbee6.tar.bz2 gentoo-2-3497c1b4ed4a7aa6c3a0563454acb294bd5dbee6.zip |
Added app-arch/unzip do the deps. see bug 484674. Thanks Samuli.
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key C1DE54B2)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ardour/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/ardour/ardour-3.5.14.ebuild | 6 | ||||
-rw-r--r-- | media-sound/ardour/ardour-9999.ebuild | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/media-sound/ardour/ChangeLog b/media-sound/ardour/ChangeLog index f4ed70e7315e..40b9d6f9ac36 100644 --- a/media-sound/ardour/ChangeLog +++ b/media-sound/ardour/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/ardour # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.122 2013/11/05 09:12:19 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.123 2013/11/05 13:32:59 nativemad Exp $ + + 05 Nov 2013; Andreas Schuerch <nativemad@gentoo.org> ardour-3.5.14.ebuild, + ardour-9999.ebuild: + Added app-arch/unzip do the deps. see bug 484674. Thanks Samuli. 05 Nov 2013; Andreas Schuerch <nativemad@gentoo.org> ardour-3.5.14.ebuild, ardour-9999.ebuild: diff --git a/media-sound/ardour/ardour-3.5.14.ebuild b/media-sound/ardour/ardour-3.5.14.ebuild index 30ec2650e852..3f5214f12a21 100644 --- a/media-sound/ardour/ardour-3.5.14.ebuild +++ b/media-sound/ardour/ardour-3.5.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.5.14.ebuild,v 1.2 2013/11/05 09:12:19 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.5.14.ebuild,v 1.3 2013/11/05 13:32:59 nativemad Exp $ EAPI=4 inherit eutils git-2 toolchain-funcs flag-o-matic waf-utils @@ -64,6 +64,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] )" + if ! [ ${PV} = 9999 ]; then + DEPEND="${DEPEND} + app-arch/unzip" + fi src_unpack() { if [ ${PV} = 9999 ]; then diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index 01a83f5b7e85..51495b895231 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-9999.ebuild,v 1.3 2013/11/05 09:12:19 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-9999.ebuild,v 1.4 2013/11/05 13:32:59 nativemad Exp $ EAPI=4 inherit eutils git-2 toolchain-funcs flag-o-matic waf-utils @@ -64,6 +64,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] )" + if ! [ ${PV} = 9999 ]; then + DEPEND="${DEPEND} + app-arch/unzip" + fi src_unpack() { if [ ${PV} = 9999 ]; then |