diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 18:49:54 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 18:49:54 +0000 |
commit | c35f5d29fdd1170682bc93c35e5f495498eeab6b (patch) | |
tree | 9dc406dc13df76d193891c4bd1b3b4e58102c325 /media-libs/amd64codecs | |
parent | alpha/ia64/sparc stable (diff) | |
download | gentoo-2-c35f5d29fdd1170682bc93c35e5f495498eeab6b.tar.gz gentoo-2-c35f5d29fdd1170682bc93c35e5f495498eeab6b.tar.bz2 gentoo-2-c35f5d29fdd1170682bc93c35e5f495498eeab6b.zip |
Fixed quoting.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-libs/amd64codecs')
-rw-r--r-- | media-libs/amd64codecs/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/amd64codecs/amd64codecs-20061203.ebuild | 4 | ||||
-rw-r--r-- | media-libs/amd64codecs/amd64codecs-20071007.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/media-libs/amd64codecs/ChangeLog b/media-libs/amd64codecs/ChangeLog index b5091bf57eae..b5076e531b14 100644 --- a/media-libs/amd64codecs/ChangeLog +++ b/media-libs/amd64codecs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/amd64codecs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/amd64codecs/ChangeLog,v 1.5 2007/10/08 11:16:27 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/amd64codecs/ChangeLog,v 1.6 2007/11/27 18:49:54 zzam Exp $ + + 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> + amd64codecs-20061203.ebuild, amd64codecs-20071007.ebuild: + Fixed quoting. *amd64codecs-20071007 (08 Oct 2007) diff --git a/media-libs/amd64codecs/amd64codecs-20061203.ebuild b/media-libs/amd64codecs/amd64codecs-20061203.ebuild index f8feb39b9c24..32f01b552ecf 100644 --- a/media-libs/amd64codecs/amd64codecs-20061203.ebuild +++ b/media-libs/amd64codecs/amd64codecs-20061203.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/amd64codecs/amd64codecs-20061203.ebuild,v 1.5 2007/07/02 15:07:12 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/amd64codecs/amd64codecs-20061203.ebuild,v 1.6 2007/11/27 18:49:54 zzam Exp $ inherit multilib @@ -14,8 +14,6 @@ S="${WORKDIR}/essential-amd64-${PV}" RESTRICT="strip" src_install() { - cd ${S} - # see #83221 insopts -m0644 diff --git a/media-libs/amd64codecs/amd64codecs-20071007.ebuild b/media-libs/amd64codecs/amd64codecs-20071007.ebuild index 6c42dd3fe77f..52a4d7e32566 100644 --- a/media-libs/amd64codecs/amd64codecs-20071007.ebuild +++ b/media-libs/amd64codecs/amd64codecs-20071007.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/amd64codecs/amd64codecs-20071007.ebuild,v 1.1 2007/10/08 11:16:27 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/amd64codecs/amd64codecs-20071007.ebuild,v 1.2 2007/11/27 18:49:54 zzam Exp $ inherit multilib @@ -14,8 +14,6 @@ S="${WORKDIR}/essential-amd64-${PV}" RESTRICT="strip" src_install() { - cd ${S} - # see #83221 insopts -m0644 |