diff options
author | Stephen Becker <geoman@gentoo.org> | 2004-03-14 16:51:57 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2004-03-14 16:51:57 +0000 |
commit | 84eab721ce3238cfbe21cc7181e114322a581bc0 (patch) | |
tree | a22c01c8aac6e1f99d51e81bfbb4bede2321deb8 /media-libs/libsdl | |
parent | Added arts, directfb, and ggi to mips use.mask. (diff) | |
download | gentoo-2-84eab721ce3238cfbe21cc7181e114322a581bc0.tar.gz gentoo-2-84eab721ce3238cfbe21cc7181e114322a581bc0.tar.bz2 gentoo-2-84eab721ce3238cfbe21cc7181e114322a581bc0.zip |
Added ~mips keyword.
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.6-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index bd71ac5a8a45..ff7dc03fcd79 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.42 2004/02/26 14:33:08 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.43 2004/03/14 16:48:40 geoman Exp $ + + 14 Mar 2004; Stephen P. Becker <geoman@gentoo.org> libsdl-1.2.6-r3.ebuild: + Added ~mips keyword. 26 Feb 2004; Sven Blumenstein <bazik@gentoo.org> libsdl-1.2.5-r1.ebuild, libsdl-1.2.5-r2.ebuild, libsdl-1.2.6-r3.ebuild: diff --git a/media-libs/libsdl/libsdl-1.2.6-r3.ebuild b/media-libs/libsdl/libsdl-1.2.6-r3.ebuild index ed18d5188310..4eca0d694479 100644 --- a/media-libs/libsdl/libsdl-1.2.6-r3.ebuild +++ b/media-libs/libsdl/libsdl-1.2.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.6-r3.ebuild,v 1.6 2004/02/26 14:33:08 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.6-r3.ebuild,v 1.7 2004/03/14 16:48:40 geoman Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.libsdl.org/release/SDL-${PV}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~mips" IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl noaudio novideo nojoystick" # if you disable audio/video/joystick and something breaks, you pick up the pieces |