diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-03-04 21:19:37 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-03-04 21:19:37 +0000 |
commit | 4a08cffcc309017a3fcce2ece1c8b03a1608c85e (patch) | |
tree | f72d6c517af4274cf39314904ded42e04b74ced3 /media-libs/sdl-image/sdl-image-1.2.4.ebuild | |
parent | Version bump. (diff) | |
download | historical-4a08cffcc309017a3fcce2ece1c8b03a1608c85e.tar.gz historical-4a08cffcc309017a3fcce2ece1c8b03a1608c85e.tar.bz2 historical-4a08cffcc309017a3fcce2ece1c8b03a1608c85e.zip |
Marked ~ppc-macos (bug #78781)
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'media-libs/sdl-image/sdl-image-1.2.4.ebuild')
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/sdl-image/sdl-image-1.2.4.ebuild b/media-libs/sdl-image/sdl-image-1.2.4.ebuild index df01487efb39..606bb1d29609 100644 --- a/media-libs/sdl-image/sdl-image-1.2.4.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.4.ebuild,v 1.3 2005/08/26 15:45:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.4.ebuild,v 1.4 2006/03/04 21:19:37 grobian Exp $ MY_P="${P/sdl-/SDL_}" DESCRIPTION="image file loading library" @@ -9,7 +9,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" IUSE="gif jpeg tiff png" DEPEND="sys-libs/zlib |