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 53B78198005 for ; Wed, 6 Mar 2013 19:02:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11B4FE0A7D; Wed, 6 Mar 2013 19:02:39 +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 A5747E0A7D for ; Wed, 6 Mar 2013 19:02:38 +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 1053233DC58 for ; Wed, 6 Mar 2013 19:02:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9AB9AE4073 for ; Wed, 6 Mar 2013 19:02:34 +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: <1362596556.f621ede17305ce7278d0e07c143dac89f9f66368.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: f621ede17305ce7278d0e07c143dac89f9f66368 X-VCS-Branch: master Date: Wed, 6 Mar 2013 19:02:34 +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: f4ab436a-7111-446b-94d9-227ff03e5a72 X-Archives-Hash: 38d4659e0492b0d3231c8a2be22783a6 commit: f621ede17305ce7278d0e07c143dac89f9f66368 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:02:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=f621ede1 [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