From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E63BC1382C5 for ; Wed, 21 Mar 2018 18:13:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9A29E097B; Wed, 21 Mar 2018 18:13:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C34CFE097B for ; Wed, 21 Mar 2018 18:13:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8C48335C36 for ; Wed, 21 Mar 2018 18:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DEEA279 for ; Wed, 21 Mar 2018 18:12:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521655970.f8cfa5b9c661f29e034daa6d3083f561eb80c7cc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/zsnes/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/zsnes/zsnes-1.51-r4.ebuild games-emulation/zsnes/zsnes-1.51-r5.ebuild X-VCS-Directories: games-emulation/zsnes/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f8cfa5b9c661f29e034daa6d3083f561eb80c7cc X-VCS-Branch: master Date: Wed, 21 Mar 2018 18:12:59 +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: 0325073a-630b-4de8-96b8-9ca614d01c70 X-Archives-Hash: 88f3592dca49e7f44115e7366a67cb7c commit: f8cfa5b9c661f29e034daa6d3083f561eb80c7cc Author: Michał Górny gentoo org> AuthorDate: Wed Mar 21 17:20:19 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 21 18:12:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cfa5b9 games-emulation/zsnes: Remove pointless sys-apps/portage dep games-emulation/zsnes/{zsnes-1.51-r4.ebuild => zsnes-1.51-r5.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/games-emulation/zsnes/zsnes-1.51-r4.ebuild b/games-emulation/zsnes/zsnes-1.51-r5.ebuild similarity index 96% rename from games-emulation/zsnes/zsnes-1.51-r4.ebuild rename to games-emulation/zsnes/zsnes-1.51-r5.ebuild index 9f5ce6ababe..5787c4659bc 100644 --- a/games-emulation/zsnes/zsnes-1.51-r4.ebuild +++ b/games-emulation/zsnes/zsnes-1.51-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,8 +22,7 @@ RDEPEND=" png? ( media-libs/libpng:0[abi_x86_32(-)] )" DEPEND="${RDEPEND} dev-lang/nasm - debug? ( virtual/pkgconfig ) - amd64? ( >=sys-apps/portage-2.1 )" + debug? ( virtual/pkgconfig )" S=${WORKDIR}/${PN}_${PV//./_}/src