From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2E54913877A for ; Thu, 4 Sep 2014 20:20:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC757E099E; Thu, 4 Sep 2014 20:20:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1871EE09CB for ; Thu, 4 Sep 2014 20:20:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47FF633FCC2 for ; Thu, 4 Sep 2014 20:19:59 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 665) id F1E554B9B; Thu, 4 Sep 2014 20:19:57 +0000 (UTC) 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 games-action/spacetripper-demo: spacetripper-demo-1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: spacetripper-demo-1.ebuild ChangeLog X-VCS-Directories: games-action/spacetripper-demo X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140904201957.F1E554B9B@oystercatcher.gentoo.org> Date: Thu, 4 Sep 2014 20:19:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e27024d3-7428-405f-aeab-a61ad0f288b6 X-Archives-Hash: 47b6cb4751a8838afd759209a78926cd mr_bones_ 14/09/04 20:19:57 Modified: spacetripper-demo-1.ebuild ChangeLog Log: guess at better libsdl dep as suggested by hasufell (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.17 games-action/spacetripper-demo/spacetripper-demo-1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/spacetripper-demo/spacetripper-demo-1.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/spacetripper-demo/spacetripper-demo-1.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/spacetripper-demo/spacetripper-demo-1.ebuild?r1=1.16&r2=1.17 Index: spacetripper-demo-1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/spacetripper-demo-1.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- spacetripper-demo-1.ebuild 4 Sep 2014 15:38:18 -0000 1.16 +++ spacetripper-demo-1.ebuild 4 Sep 2014 20:19:57 -0000 1.17 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/spacetripper-demo-1.ebuild,v 1.16 2014/09/04 15:38:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/spacetripper-demo-1.ebuild,v 1.17 2014/09/04 20:19:57 mr_bones_ Exp $ EAPI=5 inherit eutils unpacker games @@ -19,7 +19,8 @@ RDEPEND=" || ( ( >=virtual/opengl-7.0-r1[abi_x86_32(-)] - >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)] ) + >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-),X,video,joystick,opengl,sound] + ) amd64? ( app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] 1.16 games-action/spacetripper-demo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/spacetripper-demo/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/spacetripper-demo/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/spacetripper-demo/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 4 Sep 2014 15:38:18 -0000 1.15 +++ ChangeLog 4 Sep 2014 20:19:57 -0000 1.16 @@ -1,6 +1,10 @@ # ChangeLog for games-action/spacetripper-demo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v 1.15 2014/09/04 15:38:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v 1.16 2014/09/04 20:19:57 mr_bones_ Exp $ + + 04 Sep 2014; Michael Sterrett + spacetripper-demo-1.ebuild: + guess at better libsdl dep as suggested by hasufell 04 Sep 2014; Michael Sterrett spacetripper-demo-1.ebuild: