diff options
author | 2009-02-12 20:36:19 +0000 | |
---|---|---|
committer | 2009-02-12 20:36:19 +0000 | |
commit | 29662e5b8f9999fa76f46b4f978cbf24f90c00cc (patch) | |
tree | 9b37ff6b370574a8178f23f4a1a876d3935ceba3 /media-libs/libsdl | |
parent | Marked ~hppa (bug #258611). (diff) | |
download | gentoo-2-29662e5b8f9999fa76f46b4f978cbf24f90c00cc.tar.gz gentoo-2-29662e5b8f9999fa76f46b4f978cbf24f90c00cc.tar.bz2 gentoo-2-29662e5b8f9999fa76f46b4f978cbf24f90c00cc.zip |
Stable for HPPA (bug #258230).
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.13-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index cd3b89af6f5e..0d0ac666a078 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.152 2009/02/09 21:51:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.153 2009/02/12 20:36:19 jer Exp $ + + 12 Feb 2009; Jeroen Roovers <jer@gentoo.org> libsdl-1.2.13-r1.ebuild: + Stable for HPPA (bug #258230). 09 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.13.ebuild, libsdl-1.2.13-r1.ebuild: diff --git a/media-libs/libsdl/libsdl-1.2.13-r1.ebuild b/media-libs/libsdl/libsdl-1.2.13-r1.ebuild index f80a9e018121..23c88cfdb4cf 100644 --- a/media-libs/libsdl/libsdl-1.2.13-r1.ebuild +++ b/media-libs/libsdl/libsdl-1.2.13-r1.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/libsdl/libsdl-1.2.13-r1.ebuild,v 1.6 2009/02/09 21:51:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.7 2009/02/12 20:36:19 jer Exp $ EAPI=2 inherit flag-o-matic toolchain-funcs eutils libtool @@ -11,7 +11,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 disable the audio, video, joystick use flags or turn on the custom-cflags use flag # in USE and something breaks, you pick up the pieces. Be prepared for |