diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-17 04:42:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-17 04:42:28 +0000 |
commit | b95a76e11ad1a1c8be812cab2c5dbb5b4fe3d15a (patch) | |
tree | e892055c0184b502f4d87f52e9e46a779758984b /media-plugins/gst-plugins-x264 | |
parent | Version bump to be in sync with the rest; no code changes (diff) | |
download | gentoo-2-b95a76e11ad1a1c8be812cab2c5dbb5b4fe3d15a.tar.gz gentoo-2-b95a76e11ad1a1c8be812cab2c5dbb5b4fe3d15a.tar.bz2 gentoo-2-b95a76e11ad1a1c8be812cab2c5dbb5b4fe3d15a.zip |
gst-plugins-ugly goes last on the inherit line
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-plugins/gst-plugins-x264')
-rw-r--r-- | media-plugins/gst-plugins-x264/gst-plugins-x264-0.10.13.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-plugins/gst-plugins-x264/gst-plugins-x264-0.10.13.ebuild b/media-plugins/gst-plugins-x264/gst-plugins-x264-0.10.13.ebuild index 6a4f5327bfc9..d9fff5d6519d 100644 --- a/media-plugins/gst-plugins-x264/gst-plugins-x264-0.10.13.ebuild +++ b/media-plugins/gst-plugins-x264/gst-plugins-x264-0.10.13.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-x264/gst-plugins-x264-0.10.13.ebuild,v 1.1 2009/11/17 03:54:02 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-x264/gst-plugins-x264-0.10.13.ebuild,v 1.2 2009/11/17 04:42:28 mr_bones_ Exp $ -inherit gst-plugins-ugly eutils +inherit eutils gst-plugins-ugly KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" @@ -15,6 +15,6 @@ DEPEND="${RDEPEND}" src_unpack() { unpack ${A} - cd ${S} - epatch "${FILESDIR}/gst-plugins-x264-0.10.13-x264-api-change-1.patch" + cd "${S}" + epatch "${FILESDIR}/gst-plugins-x264-0.10.13-x264-api-change-1.patch" } |