diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-29 21:57:31 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-29 21:57:31 +0000 |
commit | b5b0fa1ab8195e0de536b1f60d84fc8c9097f6bf (patch) | |
tree | e5542960cf5fbb0b0e573ce89317c2f2017357e7 /media-libs/sdl-image | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | historical-b5b0fa1ab8195e0de536b1f60d84fc8c9097f6bf.tar.gz historical-b5b0fa1ab8195e0de536b1f60d84fc8c9097f6bf.tar.bz2 historical-b5b0fa1ab8195e0de536b1f60d84fc8c9097f6bf.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'media-libs/sdl-image')
-rw-r--r-- | media-libs/sdl-image/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.6-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/sdl-image/ChangeLog b/media-libs/sdl-image/ChangeLog index 3330fc5fde2d..2eb920aa1991 100644 --- a/media-libs/sdl-image/ChangeLog +++ b/media-libs/sdl-image/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/sdl-image # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.41 2008/01/29 08:54:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.42 2008/01/29 21:55:55 grobian Exp $ + + 29 Jan 2008; Fabian Groffen <grobian@gentoo.org> + sdl-image-1.2.6-r1.ebuild: + Dropped ppc-macos keyword, see you in prefix *sdl-image-1.2.6-r1 (29 Jan 2008) diff --git a/media-libs/sdl-image/sdl-image-1.2.6-r1.ebuild b/media-libs/sdl-image/sdl-image-1.2.6-r1.ebuild index 1b5d80ff3f62..75f81a16d12f 100644 --- a/media-libs/sdl-image/sdl-image-1.2.6-r1.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.6-r1.ebuild,v 1.1 2008/01/29 08:54:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.6-r1.ebuild,v 1.2 2008/01/29 21:55:55 grobian Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc-macos ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="gif jpeg tiff png" DEPEND="sys-libs/zlib |