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 0B8CA198005 for ; Wed, 6 Mar 2013 19:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72AB8E0AB4; Wed, 6 Mar 2013 19:08:09 +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 E5DF5E0AB4 for ; Wed, 6 Mar 2013 19:08:08 +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 DD35A33DB95 for ; Wed, 6 Mar 2013 19:08:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7C1D8E4073 for ; Wed, 6 Mar 2013 19:08:06 +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: <1362596882.844f2674e87a5b2c143e6bb732c5a320bdec46d2.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: 844f2674e87a5b2c143e6bb732c5a320bdec46d2 X-VCS-Branch: master Date: Wed, 6 Mar 2013 19:08:06 +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: 624595ad-fe21-4a86-89a9-e3f1a97d83ae X-Archives-Hash: f93cd46322d4db203f6ac6e88c8c1076 commit: 844f2674e87a5b2c143e6bb732c5a320bdec46d2 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:08:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=844f2674 [games-strategy/beathazard] fixing unneded useflags Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- .../beathazard/beathazard-20130226.ebuild | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/games-strategy/beathazard/beathazard-20130226.ebuild b/games-strategy/beathazard/beathazard-20130226.ebuild index 02c17bc..9eb51d4 100644 --- a/games-strategy/beathazard/beathazard-20130226.ebuild +++ b/games-strategy/beathazard/beathazard-20130226.ebuild @@ -12,21 +12,14 @@ 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 -QA_PREBUILT="opt/beathazard" - src_unpack() { unzip -q "${DISTDIR}/${SRC_URI}" }