diff options
Diffstat (limited to 'dev-libs/DirectFB/DirectFB-1.4.3.ebuild')
-rw-r--r-- | dev-libs/DirectFB/DirectFB-1.4.3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/DirectFB/DirectFB-1.4.3.ebuild b/dev-libs/DirectFB/DirectFB-1.4.3.ebuild index d5acb5176095..970e6b8f76e9 100644 --- a/dev-libs/DirectFB/DirectFB-1.4.3.ebuild +++ b/dev-libs/DirectFB/DirectFB-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.3.ebuild,v 1.9 2010/07/31 20:31:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.3.ebuild,v 1.10 2010/09/13 19:05:14 mr_bones_ Exp $ inherit eutils toolchain-funcs @@ -31,9 +31,8 @@ SRC_URI="http://directfb.org/downloads/Core/${PN}-${PV:0:3}/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 -mips ppc ppc64 sh -sparc x86" -IUSE="debug fbcon fusion gif jpeg mmx png sdl sse sysfs truetype v4l v4l2 X zlib ${IUV} ${IUD}" +IUSE="debug fbcon gif jpeg mmx png sdl sse sysfs truetype v4l v4l2 X zlib ${IUV} ${IUD}" -# fusion? ( >=dev-libs/linux-fusion-8.0.0 ) RDEPEND="sdl? ( media-libs/libsdl ) gif? ( media-libs/giflib ) png? ( media-libs/libpng ) @@ -109,7 +108,6 @@ src_compile() { $(use_enable png) \ $(use_enable gif) \ $(use_enable truetype freetype) \ - $(use_enable fusion multi) \ $(use_enable debug) \ $(use_enable sysfs) \ $(use_enable zlib) \ |