diff options
author | 2006-10-27 19:36:52 +0000 | |
---|---|---|
committer | 2006-10-27 19:36:52 +0000 | |
commit | ff0accf66c548c42009899ebf6dc16d65ea282bf (patch) | |
tree | 1d3d9f221c5fa37473a41949a58fee9e021c2bd3 /media-libs/libsdl/libsdl-1.2.11.ebuild | |
parent | Version bump, addition of support for eselect-whois. (diff) | |
download | historical-ff0accf66c548c42009899ebf6dc16d65ea282bf.tar.gz historical-ff0accf66c548c42009899ebf6dc16d65ea282bf.tar.bz2 historical-ff0accf66c548c42009899ebf6dc16d65ea282bf.zip |
Fixing segfault. Bug #151991 and removing ppc-macos keyword
Package-Manager: portage-2.1.1
Diffstat (limited to 'media-libs/libsdl/libsdl-1.2.11.ebuild')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.11.ebuild b/media-libs/libsdl/libsdl-1.2.11.ebuild index 402dccd4fe15..b73343d26965 100644 --- a/media-libs/libsdl/libsdl-1.2.11.ebuild +++ b/media-libs/libsdl/libsdl-1.2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.ebuild,v 1.19 2006/10/26 00:22:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11.ebuild,v 1.20 2006/10/27 19:36:52 tupone 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 ppc-macos 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 |