diff options
author | Brent Baude <ranger@gentoo.org> | 2009-02-16 14:17:08 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-02-16 14:17:08 +0000 |
commit | b5eecc2ad94be8a8634e9ea8e7802fa6557a5048 (patch) | |
tree | f84dc89b807eae43a03e5f39c129ddbc8bfeb96f /media-libs/libsdl | |
parent | Stable on PowerPC for bug #259080, based on arch testing by Christian Schmitt... (diff) | |
download | gentoo-2-b5eecc2ad94be8a8634e9ea8e7802fa6557a5048.tar.gz gentoo-2-b5eecc2ad94be8a8634e9ea8e7802fa6557a5048.tar.bz2 gentoo-2-b5eecc2ad94be8a8634e9ea8e7802fa6557a5048.zip |
stable ppc, bug 258230
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
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 0f010921d4da..9ff174ef3bad 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.154 2009/02/15 15:41:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.155 2009/02/16 14:17:08 ranger Exp $ + + 16 Feb 2009; Brent Baude <ranger@gentoo.org> libsdl-1.2.13-r1.ebuild: + stable ppc, bug 258230 15 Feb 2009; Markus Meier <maekke@gentoo.org> libsdl-1.2.13-r1.ebuild: x86 stable, bug #258230 diff --git a/media-libs/libsdl/libsdl-1.2.13-r1.ebuild b/media-libs/libsdl/libsdl-1.2.13-r1.ebuild index ca8531080b0b..af4f300f8b49 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.8 2009/02/15 15:41:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.9 2009/02/16 14:17:08 ranger 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 |