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 D5AC21382C5 for ; Sun, 22 Apr 2018 19:40:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C30BBE0901; Sun, 22 Apr 2018 19:40:37 +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 A1565E0901 for ; Sun, 22 Apr 2018 19:40:37 +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 BEA75335C75 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 A4F8B2BA 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: <1524426008.bd217ed42c47c40d29fe631298c2aea96844153e.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: bd217ed42c47c40d29fe631298c2aea96844153e 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: 2ffae48c-8c73-4f19-80fe-02e372ddbc3a X-Archives-Hash: eb5a97f373e9ba90ea3f01923d9840a7 commit: bd217ed42c47c40d29fe631298c2aea96844153e Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 22 19:36:22 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 22 19:40:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd217ed4 games-arcade/notpacman: Simplify ebuild Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-arcade/notpacman/notpacman-1.0.4-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild index d8e99a5e140..e9bbee0c647 100644 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild @@ -13,8 +13,7 @@ LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -LVSLOT="0.7" -RDEPEND=">=games-engines/love-0.7.2:${LVSLOT} +RDEPEND=">=games-engines/love-0.7.2:0.7 media-libs/devil[png] " DEPEND="app-arch/unzip"