diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-01 12:52:41 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-01 12:52:41 +0000 |
commit | 6985c531bacc7a09227fdbb394b9c7c4faacb5e4 (patch) | |
tree | 69214412381d00d056e3a2e29c5d946f4eb94334 /media-libs/libfame/libfame-0.9.1-r1.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-6985c531bacc7a09227fdbb394b9c7c4faacb5e4.tar.gz gentoo-2-6985c531bacc7a09227fdbb394b9c7c4faacb5e4.tar.bz2 gentoo-2-6985c531bacc7a09227fdbb394b9c7c4faacb5e4.zip |
Properly fix underquoted definition of AM_PATH_LIBFAME.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs/libfame/libfame-0.9.1-r1.ebuild')
-rw-r--r-- | media-libs/libfame/libfame-0.9.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libfame/libfame-0.9.1-r1.ebuild b/media-libs/libfame/libfame-0.9.1-r1.ebuild index 8bddc500e4d9..bf31b5949a56 100644 --- a/media-libs/libfame/libfame-0.9.1-r1.ebuild +++ b/media-libs/libfame/libfame-0.9.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.19 2005/07/19 23:45:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.20 2005/08/01 12:52:41 flameeyes Exp $ inherit flag-o-matic toolchain-funcs eutils -PATCHLEVEL="1" +PATCHLEVEL="2" DESCRIPTION="MPEG-1 and MPEG-4 video encoding library" HOMEPAGE="http://fame.sourceforge.net/" SRC_URI="mirror://sourceforge/fame/${P}.tar.gz |