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 E6AFC198005 for ; Wed, 6 Mar 2013 19:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A13B7E090A; Wed, 6 Mar 2013 19:07:23 +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 37244E090A for ; Wed, 6 Mar 2013 19:07:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0809433DB95 for ; Wed, 6 Mar 2013 19:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 569DFE4073 for ; Wed, 6 Mar 2013 19:07:19 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1362596839.c2ff1a5608d5a176491a99b5d919c6bd668c7da8.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/beathazard/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-strategy/beathazard/beathazard-20130226.ebuild X-VCS-Directories: games-strategy/beathazard/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: c2ff1a5608d5a176491a99b5d919c6bd668c7da8 X-VCS-Branch: master Date: Wed, 6 Mar 2013 19:07:19 +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: 29a3f2fa-6b17-4901-83ec-394facf1c4e1 X-Archives-Hash: a41befec4600479c8b3e0f0e051f1a20 commit: c2ff1a5608d5a176491a99b5d919c6bd668c7da8 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Wed Mar 6 19:02:36 2013 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Wed Mar 6 19:07:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c2ff1a56 [games-strategy/beathazard] fixing unneded useflags Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- .../beathazard/beathazard-20130226.ebuild | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/games-strategy/beathazard/beathazard-20130226.ebuild b/games-strategy/beathazard/beathazard-20130226.ebuild index 02c17bc..63d7837 100644 --- a/games-strategy/beathazard/beathazard-20130226.ebuild +++ b/games-strategy/beathazard/beathazard-20130226.ebuild @@ -12,16 +12,11 @@ SRC_URI="${PN}-installer-022613" LICENSE="as-is" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="alsa pulseaudio" +IUSE="" RESTRICT="fetch strip" DEPEND="app-arch/unzip" -RDEPEND="amd64? ( app-emulation/emul-linux-x86-sdl ) - x86? ( - media-libs/openal[alsa?,pulseaudio?] - media-libs/libsdl - ) - " +RDEPEND="" S="${WORKDIR}"/data