diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-09-02 10:34:48 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-09-02 10:34:48 +0000 |
commit | ffae9acb79abfc75075c1a7f1b1af3f38295e013 (patch) | |
tree | 3e3181f0084944717e0f050c0ec6196d40d1e08a /media-libs | |
parent | Manifest fix (diff) | |
download | gentoo-2-ffae9acb79abfc75075c1a7f1b1af3f38295e013.tar.gz gentoo-2-ffae9acb79abfc75075c1a7f1b1af3f38295e013.tar.bz2 gentoo-2-ffae9acb79abfc75075c1a7f1b1af3f38295e013.zip |
Don't control support for pnm with the png USE flag
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/sdl-image/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.7.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/sdl-image/ChangeLog b/media-libs/sdl-image/ChangeLog index 635eb9b12bc1..8ada6addcb04 100644 --- a/media-libs/sdl-image/ChangeLog +++ b/media-libs/sdl-image/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sdl-image # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.51 2009/04/30 15:12:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.52 2009/09/02 10:34:48 nyhm Exp $ + + 02 Sep 2009; Tristan Heaven <nyhm@gentoo.org> sdl-image-1.2.7.ebuild: + Don't control support for pnm with the png USE flag 30 Apr 2009; Michael Sterrett <mr_bones_@gentoo.org> -files/sdl-image-1.2.6-DOS.patch, -sdl-image-1.2.6-r1.ebuild: diff --git a/media-libs/sdl-image/sdl-image-1.2.7.ebuild b/media-libs/sdl-image/sdl-image-1.2.7.ebuild index 6255b131c09c..e5018aab4f93 100644 --- a/media-libs/sdl-image/sdl-image-1.2.7.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.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/sdl-image/sdl-image-1.2.7.ebuild,v 1.8 2009/04/30 12:27:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.7.ebuild,v 1.9 2009/09/02 10:34:48 nyhm Exp $ MY_P="${P/sdl-/SDL_}" DESCRIPTION="image file loading library" @@ -27,13 +27,14 @@ src_compile() { $(use_enable jpeg jpg) \ $(use_enable tiff tif) \ $(use_enable png) \ - $(use_enable png pnm) \ --enable-bmp \ --enable-lbm \ --enable-pcx \ + --enable-pnm \ --enable-tga \ --enable-xcf \ --enable-xpm \ + --enable-xv \ || die emake || die "emake failed" } |