diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-10-18 13:26:31 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-10-18 13:26:31 +0000 |
commit | a0c014841b870325d6c8649c13c1f991f40dde70 (patch) | |
tree | 7e0a6470ad003cba0231032c1c047a3ea53e0adf /media-libs/libfpx | |
parent | Moved sys-apps/epbb to app-laptop/epbb. Fixes bug #35445. (diff) | |
download | gentoo-2-a0c014841b870325d6c8649c13c1f991f40dde70.tar.gz gentoo-2-a0c014841b870325d6c8649c13c1f991f40dde70.tar.bz2 gentoo-2-a0c014841b870325d6c8649c13c1f991f40dde70.zip |
Fixed header. Added missing IUSE.
Diffstat (limited to 'media-libs/libfpx')
-rw-r--r-- | media-libs/libfpx/libfpx-1.2.0.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libfpx/libfpx-1.2.0.9.ebuild b/media-libs/libfpx/libfpx-1.2.0.9.ebuild index 667adee995f7..94a9c410689b 100644 --- a/media-libs/libfpx/libfpx-1.2.0.9.ebuild +++ b/media-libs/libfpx/libfpx-1.2.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfpx/libfpx-1.2.0.9.ebuild,v 1.1 2004/10/17 22:05:46 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfpx/libfpx-1.2.0.9.ebuild,v 1.2 2004/10/18 13:26:31 swegener Exp $ MY_PN=libfpx @@ -18,7 +18,7 @@ HOMEPAGE="" SLOT="0" LICENSE="as-is" KEYWORDS="~x86 ~amd64" - +IUSE="" src_compile() { econf \ |