diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-27 17:02:41 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-27 17:02:41 +0000 |
commit | bbda94390a04dc7810914a1d23abeb32727fdc86 (patch) | |
tree | c6d2a3fc4ee047c0a1b9c43baede0340f9cf1054 /media-libs/libsdl | |
parent | arm stable wrt #228695 (diff) | |
download | gentoo-2-bbda94390a04dc7810914a1d23abeb32727fdc86.tar.gz gentoo-2-bbda94390a04dc7810914a1d23abeb32727fdc86.tar.bz2 gentoo-2-bbda94390a04dc7810914a1d23abeb32727fdc86.zip |
arm/sh stable wrt #236249
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index 2e764ff1f41e..e568edc0825f 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.145 2008/09/16 22:45:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.146 2008/09/27 17:02:41 armin76 Exp $ + + 27 Sep 2008; Raúl Porcel <armin76@gentoo.org> libsdl-1.2.13.ebuild: + arm/sh stable wrt #236249 16 Sep 2008; Jeroen Roovers <jer@gentoo.org> libsdl-1.2.13.ebuild: Stable for HPPA (bug #236249). diff --git a/media-libs/libsdl/libsdl-1.2.13.ebuild b/media-libs/libsdl/libsdl-1.2.13.ebuild index 689a36acac97..970b2cc1bda2 100644 --- a/media-libs/libsdl/libsdl-1.2.13.ebuild +++ b/media-libs/libsdl/libsdl-1.2.13.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/libsdl/libsdl-1.2.13.ebuild,v 1.8 2008/09/16 22:45:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild,v 1.9 2008/09/27 17:02:41 armin76 Exp $ inherit flag-o-matic toolchain-funcs eutils libtool autotools @@ -10,7 +10,7 @@ SRC_URI="http://www.libsdl.org/release/SDL-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sh sparc x86 ~x86-fbsd" # WARNING: # if you have the noaudio, novideo, nojoystick, or custom-cflags use flags # in USE and something breaks, you pick up the pieces. Be prepared for |