diff options
author | Joseph Jezak <josejx@gentoo.org> | 2011-05-22 23:59:29 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2011-05-22 23:59:29 +0000 |
commit | 058a67c99aee51f4f9c9524c5e15e5170af98e4d (patch) | |
tree | 1e882045a62da544a3fd780e1188df2dccc90d13 /media-libs | |
parent | Marked ppc/ppc64 stable for bug #361149. (diff) | |
download | gentoo-2-058a67c99aee51f4f9c9524c5e15e5170af98e4d.tar.gz gentoo-2-058a67c99aee51f4f9c9524c5e15e5170af98e4d.tar.bz2 gentoo-2-058a67c99aee51f4f9c9524c5e15e5170af98e4d.zip |
Marked ppc/ppc64 stable for bug #362005.
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.14-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index 4170e1ff8881..8dbb9bc88031 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.177 2011/04/26 22:16:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.178 2011/05/22 23:59:29 josejx Exp $ + + 22 May 2011; Joseph Jezak <josejx@gentoo.org> libsdl-1.2.14-r6.ebuild: + Marked ppc/ppc64 stable for bug #362005. 26 Apr 2011; Michael Sterrett <mr_bones_@gentoo.org> -libsdl-1.2.14.ebuild, -libsdl-1.2.14-r1.ebuild, -libsdl-1.2.14-r2.ebuild, diff --git a/media-libs/libsdl/libsdl-1.2.14-r6.ebuild b/media-libs/libsdl/libsdl-1.2.14-r6.ebuild index 94679a0a590e..7f130412deec 100644 --- a/media-libs/libsdl/libsdl-1.2.14-r6.ebuild +++ b/media-libs/libsdl/libsdl-1.2.14-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.14-r6.ebuild,v 1.5 2011/04/23 17:24:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.14-r6.ebuild,v 1.6 2011/05/22 23:59:29 josejx Exp $ EAPI=2 inherit flag-o-matic multilib 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 |