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 375641382C5 for ; Sun, 22 Apr 2018 19:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E640CE0908; Sun, 22 Apr 2018 19:40:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BF27EE0908 for ; Sun, 22 Apr 2018 19:40:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BE985335C60 for ; Sun, 22 Apr 2018 19:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7EB22BB for ; Sun, 22 Apr 2018 19:40:32 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1524426009.b214a30199fbd4d344e2e3847c0e0a906ff85f33.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/notpacman/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/notpacman/notpacman-1.0.4-r1.ebuild X-VCS-Directories: games-arcade/notpacman/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b214a30199fbd4d344e2e3847c0e0a906ff85f33 X-VCS-Branch: master Date: Sun, 22 Apr 2018 19:40:32 +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: 68c48e64-961c-4c93-8023-7d3d493a2203 X-Archives-Hash: b9a6d5e2a81ff976cbc4f5a844cd4372 commit: b214a30199fbd4d344e2e3847c0e0a906ff85f33 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 22 19:37:23 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 22 19:40:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b214a301 Revert "games-arcade/notpacman: Simplify ebuild" This reverts commit 622692fbb76c156e2280bc809c4ed6102519fdcc. games-arcade/notpacman/notpacman-1.0.4-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild index e9bbee0c647..d8e99a5e140 100644 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild @@ -13,7 +13,8 @@ LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND=">=games-engines/love-0.7.2:0.7 +LVSLOT="0.7" +RDEPEND=">=games-engines/love-0.7.2:${LVSLOT} media-libs/devil[png] " DEPEND="app-arch/unzip"