diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-04 19:29:19 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-04 19:29:19 +0000 |
commit | 83ac5a957589f6b4acf1eddc1581e459ead43a15 (patch) | |
tree | 5be7d0a78b648619b161ac7552878099a6f83328 /media-video/rtmpdump | |
parent | Stable for HPPA (bug #496436). (diff) | |
download | gentoo-2-83ac5a957589f6b4acf1eddc1581e459ead43a15.tar.gz gentoo-2-83ac5a957589f6b4acf1eddc1581e459ead43a15.tar.bz2 gentoo-2-83ac5a957589f6b4acf1eddc1581e459ead43a15.zip |
Fix quoted ${A}.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'media-video/rtmpdump')
-rw-r--r-- | media-video/rtmpdump/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/rtmpdump/ChangeLog b/media-video/rtmpdump/ChangeLog index 1ba5a31ec2cd..ad34c3a54b5e 100644 --- a/media-video/rtmpdump/ChangeLog +++ b/media-video/rtmpdump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/rtmpdump # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.33 2014/07/04 19:27:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.34 2014/07/04 19:29:19 jer Exp $ + + 04 Jul 2014; Jeroen Roovers <jer@gentoo.org> rtmpdump-2.4_p20131018.ebuild: + Fix quoted ${A}. 04 Jul 2014; Jeroen Roovers <jer@gentoo.org> rtmpdump-2.4_p20131018.ebuild: Stable for HPPA (bug #496436). diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild b/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild index f520928e5a5c..76726532f0d2 100644 --- a/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild +++ b/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild,v 1.8 2014/07/04 19:27:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild,v 1.9 2014/07/04 19:29:19 jer Exp $ EAPI="4" @@ -34,7 +34,7 @@ pkg_setup() { src_unpack() { mkdir -p "${S}" || die "Can't create source directory" cd "${S}" - unpack "${A}" + unpack ${A} } src_prepare() { |