diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-07 15:08:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-07 15:08:07 +0000 |
commit | 6d1205a23f57ce2f58bdddaf8f36b78404586c7d (patch) | |
tree | 6bfd0a95b32d7311ee7c2c08c8eebd1bc3886400 /media-libs/devil | |
parent | Add working migration for shallow copy repositories. We cant keep it around s... (diff) | |
download | gentoo-2-6d1205a23f57ce2f58bdddaf8f36b78404586c7d.tar.gz gentoo-2-6d1205a23f57ce2f58bdddaf8f36b78404586c7d.tar.bz2 gentoo-2-6d1205a23f57ce2f58bdddaf8f36b78404586c7d.zip |
correct parameters passed to configure (bug #265228)
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'media-libs/devil')
-rw-r--r-- | media-libs/devil/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/devil/devil-1.7.7.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/devil/ChangeLog b/media-libs/devil/ChangeLog index 34ef722e9d07..c978d318646c 100644 --- a/media-libs/devil/ChangeLog +++ b/media-libs/devil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/devil # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/ChangeLog,v 1.37 2009/03/06 18:28:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/ChangeLog,v 1.38 2009/04/07 15:08:07 mr_bones_ Exp $ + + 07 Apr 2009; Michael Sterrett <mr_bones_@gentoo.org> devil-1.7.7.ebuild: + correct parameters passed to configure (bug #265228) 06 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org> devil-1.7.7.ebuild: Avoid user-installed NVIDIA TEXTOOLS install (bug #261474) diff --git a/media-libs/devil/devil-1.7.7.ebuild b/media-libs/devil/devil-1.7.7.ebuild index 74162ffd6b17..45a6867f7e44 100644 --- a/media-libs/devil/devil-1.7.7.ebuild +++ b/media-libs/devil/devil-1.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.7.ebuild,v 1.6 2009/03/06 18:28:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.7.ebuild,v 1.7 2009/04/07 15:08:07 mr_bones_ Exp $ EAPI=2 inherit autotools @@ -45,7 +45,7 @@ src_configure() { $(use_enable jpeg) \ $(use_enable lcms) \ $(use_enable mng) \ - $(use_enable openexr) \ + $(use_enable openexr exr) \ $(use_enable png) \ $(use_enable tiff) \ $(use_enable xpm) \ @@ -56,8 +56,8 @@ src_configure() { $(use_enable X x11) \ $(use_enable X shm) \ $(use_enable X render) \ - --disable-directx \ - --disable-win32 + --disable-directx8 \ + --disable-directx9 } src_install() { |