diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-04-10 22:40:47 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-04-10 22:40:47 +0000 |
commit | 2b4f2de0f5b9322334102e0f5ac63aa2ffd71838 (patch) | |
tree | 3cd55f9816f64fe03d7f5ea08f3bc4400b8bb6ef /media-libs/libsdl | |
parent | Fix deprecation warning. (diff) | |
download | gentoo-2-2b4f2de0f5b9322334102e0f5ac63aa2ffd71838.tar.gz gentoo-2-2b4f2de0f5b9322334102e0f5ac63aa2ffd71838.tar.bz2 gentoo-2-2b4f2de0f5b9322334102e0f5ac63aa2ffd71838.zip |
x86 stable per bug 362005
(Portage version: 2.1.9.45/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.14-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index 37a4125f34e4..4de2ea446608 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.173 2011/04/09 21:24:07 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.174 2011/04/10 22:40:47 tomka Exp $ + + 10 Apr 2011; Thomas Kahle <tomka@gentoo.org> libsdl-1.2.14-r6.ebuild: + x86 stable per bug 362005 09 Apr 2011; Christoph Mende <angelos@gentoo.org> libsdl-1.2.14-r6.ebuild: Stable on amd64 wrt bug #362005 diff --git a/media-libs/libsdl/libsdl-1.2.14-r6.ebuild b/media-libs/libsdl/libsdl-1.2.14-r6.ebuild index 63fd51ea536f..6ee04e5487a7 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.2 2011/04/09 21:24:07 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.14-r6.ebuild,v 1.3 2011/04/10 22:40:47 tomka 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 |