diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-29 13:38:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-29 13:38:45 +0000 |
commit | 73b5183076fa76783f90693c129ec8982dae84fd (patch) | |
tree | 05b8c021762fea0d4187ae3c67264dd689fc5bc3 | |
parent | we do not need to disable trace entirely for FreeBSD but only symbol-lookup t... (diff) | |
download | gentoo-2-73b5183076fa76783f90693c129ec8982dae84fd.tar.gz gentoo-2-73b5183076fa76783f90693c129ec8982dae84fd.tar.bz2 gentoo-2-73b5183076fa76783f90693c129ec8982dae84fd.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
-rw-r--r-- | media-libs/sdl-image/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-image/ChangeLog b/media-libs/sdl-image/ChangeLog index 55f56d77c75f..9a7f95021d3d 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.85 2012/04/01 11:11:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.86 2012/05/29 13:38:45 aballier Exp $ + + 29 May 2012; Alexis Ballier <aballier@gentoo.org> sdl-image-1.2.12.ebuild: + keyword ~amd64-fbsd 01 Apr 2012; Raúl Porcel <armin76@gentoo.org> sdl-image-1.2.12.ebuild: alpha/ia64/sparc stable wrt #405219 diff --git a/media-libs/sdl-image/sdl-image-1.2.12.ebuild b/media-libs/sdl-image/sdl-image-1.2.12.ebuild index 3254b61e3c2d..b1f2e7d1f69e 100644 --- a/media-libs/sdl-image/sdl-image-1.2.12.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.12.ebuild,v 1.8 2012/04/01 11:11:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.12.ebuild,v 1.9 2012/05/29 13:38:45 aballier Exp $ EAPI=2 MY_P="${P/sdl-/SDL_}" @@ -10,7 +10,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="gif jpeg png static-libs tiff webp" DEPEND="sys-libs/zlib |