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 67345138247 for ; Fri, 22 Nov 2013 22:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA8BBE0930; Fri, 22 Nov 2013 22:17:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27077E0930 for ; Fri, 22 Nov 2013 22:17:19 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1124C33F257 for ; Fri, 22 Nov 2013 22:17:18 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2322) id 998122004B; Fri, 22 Nov 2013 22:17:14 +0000 (UTC) From: "Julian Ospald (hasufell)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hasufell@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/sdlmame: sdlmame-0.148_p1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: sdlmame-0.148_p1-r1.ebuild ChangeLog X-VCS-Directories: games-emulation/sdlmame X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131122221714.998122004B@flycatcher.gentoo.org> Date: Fri, 22 Nov 2013 22:17:14 +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: ce84a9fe-91da-4ee9-8194-ed5cd7c899ce X-Archives-Hash: 9ca0d2dd88a84a36d7cae3385b8ea27b hasufell 13/11/22 22:17:14 Modified: sdlmame-0.148_p1-r1.ebuild ChangeLog Log: fix deps (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3) Revision Changes Path 1.3 games-emulation/sdlmame/sdlmame-0.148_p1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.148_p1-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.148_p1-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/sdlmame-0.148_p1-r1.ebuild?r1=1.2&r2=1.3 Index: sdlmame-0.148_p1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.148_p1-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sdlmame-0.148_p1-r1.ebuild 2 Oct 2013 10:11:47 -0000 1.2 +++ sdlmame-0.148_p1-r1.ebuild 22 Nov 2013 22:17:14 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.148_p1-r1.ebuild,v 1.2 2013/10/02 10:11:47 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.148_p1-r1.ebuild,v 1.3 2013/11/22 22:17:14 hasufell Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -32,7 +32,7 @@ RDEPEND="dev-libs/expat media-libs/fontconfig media-libs/flac - >=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] + >=media-libs/libsdl-1.2.10[X,audio,joystick,opengl?,video] media-libs/sdl-ttf sys-libs/zlib virtual/jpeg @@ -46,6 +46,7 @@ DEPEND="${RDEPEND} ${PYTHON_DEPS} app-arch/unzip + media-libs/alsa-lib virtual/pkgconfig X? ( x11-proto/xineramaproto )" 1.67 games-emulation/sdlmame/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/ChangeLog?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/ChangeLog?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmame/ChangeLog?r1=1.66&r2=1.67 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- ChangeLog 3 Nov 2013 20:38:19 -0000 1.66 +++ ChangeLog 22 Nov 2013 22:17:14 -0000 1.67 @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/sdlmame # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.66 2013/11/03 20:38:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.67 2013/11/22 22:17:14 hasufell Exp $ + + 22 Nov 2013; Julian Ospald sdlmame-0.148_p1-r1.ebuild: + fix deps 03 Nov 2013; Michael Sterrett -sdlmame-0.148_p1.ebuild: old