diff options
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 |