diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-04-24 20:14:22 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-04-24 20:14:22 +0000 |
commit | ca27b6d568af358fd71855aeb38319af9f7e5a63 (patch) | |
tree | 4895ec0205a05060460e17c4de9154012bb46c0b /media-libs/libsdl | |
parent | Cleanup. (diff) | |
download | gentoo-2-ca27b6d568af358fd71855aeb38319af9f7e5a63.tar.gz gentoo-2-ca27b6d568af358fd71855aeb38319af9f7e5a63.tar.bz2 gentoo-2-ca27b6d568af358fd71855aeb38319af9f7e5a63.zip |
Stable on sparc
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.11-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index 600a5a0a7af8..62660849025d 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,10 @@ # 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.127 2007/04/22 18:27:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.128 2007/04/24 20:14:22 gustavoz Exp $ + + 24 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> + libsdl-1.2.11-r2.ebuild: + Stable on sparc 22 Apr 2007; Raúl Porcel <armin76@gentoo.org> libsdl-1.2.11-r2.ebuild: ia64 + x86 stable diff --git a/media-libs/libsdl/libsdl-1.2.11-r2.ebuild b/media-libs/libsdl/libsdl-1.2.11-r2.ebuild index cf818ff81b55..93b08254d496 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.2 2007/04/22 18:27:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild,v 1.3 2007/04/24 20:14:22 gustavoz 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 |