From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LQ5ZH-00067e-72 for garchives@archives.gentoo.org; Thu, 22 Jan 2009 19:50:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C382E074A; Thu, 22 Jan 2009 19:50:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E8721E0759 for ; Thu, 22 Jan 2009 19:50:20 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 655F26436F for ; Thu, 22 Jan 2009 19:50:20 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LQ5ZD-0005kQ-O6 for gentoo-commits@lists.gentoo.org; Thu, 22 Jan 2009 19:50:19 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: games.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: games.eclass X-VCS-Directories: eclass X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Thu, 22 Jan 2009 19:50:19 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 22e8873d-3715-4768-8ff4-5af982139e7f X-Archives-Hash: f0a717e49c01bd9eba9b03ca78028398 mr_bones_ 09/01/22 19:50:19 Modified: games.eclass Log: Avoid dying on newer libsdl which doesn't have the no* use flags anymor= e. Revision Changes Path 1.132 eclass/games.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games.eclas= s?rev=3D1.132&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games.eclas= s?rev=3D1.132&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games.eclas= s?r1=3D1.131&r2=3D1.132 Index: games.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/games.eclass,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- games.eclass 21 Jan 2009 19:03:53 -0000 1.131 +++ games.eclass 22 Jan 2009 19:50:19 -0000 1.132 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.131 2009/01/2= 1 19:03:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.132 2009/01/2= 2 19:50:19 mr_bones_ Exp $ =20 # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org # @@ -118,7 +118,7 @@ =20 # Make sure SDL was built in a certain way if [[ -n ${GAMES_USE_SDL} ]] ; then - if built_with_use -o media-libs/libsdl ${GAMES_USE_SDL} ; then + if built_with_use --missing false -o media-libs/libsdl ${GAMES_USE_SDL= } ; then eerror "You built libsdl with wrong USE flags." eerror "Make sure you rebuild it like this:" eerror "USE=3D'-${GAMES_USE_SDL// / -}'"