diff options
author | Kristopher Kersey <augustus@gentoo.org> | 2004-01-26 21:27:05 +0000 |
---|---|---|
committer | Kristopher Kersey <augustus@gentoo.org> | 2004-01-26 21:27:05 +0000 |
commit | 671593aa04798bbe78c545c5340b2785e386a5fb (patch) | |
tree | 37cab9e9387ea2c3e22b1b4bfce360b36324f910 /media-libs/libsdl | |
parent | fix PDEPEND on arch != x86 (diff) | |
download | gentoo-2-671593aa04798bbe78c545c5340b2785e386a5fb.tar.gz gentoo-2-671593aa04798bbe78c545c5340b2785e386a5fb.tar.bz2 gentoo-2-671593aa04798bbe78c545c5340b2785e386a5fb.zip |
Removed stable amd64 keyword from 1.2.5 and made 1.2.6 stable. This is per the request of Mr. Gordon in Bug 37143. Pretty important fix.
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.5-r2.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.6-r3.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index 0d2fcca6e609..5ff036f92238 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,11 @@ # 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.38 2004/01/11 03:33:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.39 2004/01/26 21:27:05 augustus Exp $ + + 26 Jan 2004; <augustus@gentoo.org> libsdl-1.2.5-r2.ebuild, + libsdl-1.2.6-r3.ebuild: + Removed stable amd64 keyword from 1.2.5 and made 1.2.6 stable. This is per the + request of Mr. Gordon in Bug 37143. Pretty important fix. 10 Jan 2004; Aron Griffis <agriffis@gentoo.org> libsdl-1.2.6-r3.ebuild: stable on alpha and ia64 diff --git a/media-libs/libsdl/libsdl-1.2.5-r2.ebuild b/media-libs/libsdl/libsdl-1.2.5-r2.ebuild index 859608385d43..acd685a4c1cd 100644 --- a/media-libs/libsdl/libsdl-1.2.5-r2.ebuild +++ b/media-libs/libsdl/libsdl-1.2.5-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.5-r2.ebuild,v 1.9 2003/09/17 07:58:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.5-r2.ebuild,v 1.10 2004/01/26 21:27:05 augustus Exp $ IUSE="arts xv opengl fbcon aalib nas esd X svga ggi alsa" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libsdl.org/" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="x86 ~alpha ~ppc ~sparc hppa amd64" +KEYWORDS="x86 ~alpha ~ppc ~sparc hppa" RDEPEND=">=media-libs/audiofile-0.1.9 X? ( >=x11-base/xfree-4.3.0 ) diff --git a/media-libs/libsdl/libsdl-1.2.6-r3.ebuild b/media-libs/libsdl/libsdl-1.2.6-r3.ebuild index 437e130e1c65..017c57b667b0 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.3 2004/01/11 03:33:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.6-r3.ebuild,v 1.4 2004/01/26 21:27:05 augustus 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 alpha ~ppc ~sparc hppa ~amd64 ia64" +KEYWORDS="x86 alpha ~ppc ~sparc hppa amd64 ia64" 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 |