diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:17:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:17:42 +0000 |
commit | 96661c7a91646b71318083215b8ee2a667ea9f73 (patch) | |
tree | 0dca7b5b2567727c43da672f642776bfe5df12ac /media-libs/libvideogfx | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-96661c7a91646b71318083215b8ee2a667ea9f73.tar.gz gentoo-2-96661c7a91646b71318083215b8ee2a667ea9f73.tar.bz2 gentoo-2-96661c7a91646b71318083215b8ee2a667ea9f73.zip |
sync IUSE (-mpeg), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'media-libs/libvideogfx')
-rw-r--r-- | media-libs/libvideogfx/libvideogfx-1.0.3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-libs/libvideogfx/libvideogfx-1.0.3.ebuild b/media-libs/libvideogfx/libvideogfx-1.0.3.ebuild index 601f13198336..b7db8dece3f2 100644 --- a/media-libs/libvideogfx/libvideogfx-1.0.3.ebuild +++ b/media-libs/libvideogfx/libvideogfx-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvideogfx/libvideogfx-1.0.3.ebuild,v 1.5 2004/07/01 08:01:32 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvideogfx/libvideogfx-1.0.3.ebuild,v 1.6 2004/07/14 20:17:42 agriffis Exp $ DESCRIPTION="LibVideoGfx is a C++ library for low-level video processing." HOMEPAGE="http://rachmaninoff.informatik.uni-mannheim.de/libvideogfx/index.html" @@ -11,7 +11,7 @@ SLOT="1.0" KEYWORDS="~x86 ~ppc" -IUSE="mpeg" +IUSE="" DEPEND="virtual/libc virtual/x11" @@ -19,8 +19,6 @@ DEPEND="virtual/libc # Run-time dependencies, same as DEPEND if RDEPEND isn't defined: #RDEPEND="" -S=${WORKDIR}/${P} - src_compile() { ./configure \ |