diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-06-20 19:55:21 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-06-20 19:55:21 +0000 |
commit | e2ddbe5ccd822058cac2df9b367fd25d6cc12c3e (patch) | |
tree | a12051b1670d376d7a4b91740af3e1303b395f4f /media-libs/libsdl | |
parent | Stable on ppc64; bug #182481 (diff) | |
download | gentoo-2-e2ddbe5ccd822058cac2df9b367fd25d6cc12c3e.tar.gz gentoo-2-e2ddbe5ccd822058cac2df9b367fd25d6cc12c3e.tar.bz2 gentoo-2-e2ddbe5ccd822058cac2df9b367fd25d6cc12c3e.zip |
Stable on ppc64; bug #182505
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.11-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index 8db67eb1d443..79687cc3c5ab 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.132 2007/06/20 15:22:53 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.133 2007/06/20 19:55:21 corsair Exp $ + + 20 Jun 2007; Markus Rothe <corsair@gentoo.org> libsdl-1.2.11-r2.ebuild: + Stable on ppc64; bug #182505 20 Jun 2007; Joseph Jezak <josejx@gentoo.org> libsdl-1.2.11-r2.ebuild: Marked ppc stable for bug #182505. diff --git a/media-libs/libsdl/libsdl-1.2.11-r2.ebuild b/media-libs/libsdl/libsdl-1.2.11-r2.ebuild index 860e1ac793de..c5b354259f97 100644 --- a/media-libs/libsdl/libsdl-1.2.11-r2.ebuild +++ b/media-libs/libsdl/libsdl-1.2.11-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild,v 1.7 2007/06/20 15:22:53 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild,v 1.8 2007/06/20 19:55:21 corsair Exp $ inherit flag-o-matic toolchain-funcs eutils libtool @@ -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 noflagstrip use flags # in USE and something breaks, you pick up the pieces. Be prepared for |