diff options
author | Alexander Færøy <eroyf@gentoo.org> | 2007-04-25 14:04:38 +0000 |
---|---|---|
committer | Alexander Færøy <eroyf@gentoo.org> | 2007-04-25 14:04:38 +0000 |
commit | a161c180c443ecccdbcfb4e9316c1a7dc02f0fc3 (patch) | |
tree | ad6c5c4d7b09deca54095ab21c6920b146536a34 /media-libs/libsdl | |
parent | MIPS love. (diff) | |
download | gentoo-2-a161c180c443ecccdbcfb4e9316c1a7dc02f0fc3.tar.gz gentoo-2-a161c180c443ecccdbcfb4e9316c1a7dc02f0fc3.tar.bz2 gentoo-2-a161c180c443ecccdbcfb4e9316c1a7dc02f0fc3.zip |
MIPS love.
(Portage version: 2.1.2.2)
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 62660849025d..49d79939ab0e 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.128 2007/04/24 20:14:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.129 2007/04/25 14:04:38 eroyf Exp $ + + 25 Apr 2007; Alexander Færøy <eroyf@gentoo.org> libsdl-1.2.11-r2.ebuild: + Stable on MIPS. 24 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> libsdl-1.2.11-r2.ebuild: diff --git a/media-libs/libsdl/libsdl-1.2.11-r2.ebuild b/media-libs/libsdl/libsdl-1.2.11-r2.ebuild index 93b08254d496..d6f90a8a7dae 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.3 2007/04/24 20:14:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild,v 1.4 2007/04/25 14:04:38 eroyf 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 |