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 68D181382C5 for ; Sun, 7 Jun 2020 18:39:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 885A7E09A4; Sun, 7 Jun 2020 18:39:02 +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 61556E09A4 for ; Sun, 7 Jun 2020 18:39:02 +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 E9B7534EC2D for ; Sun, 7 Jun 2020 18:39:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B55131 for ; Sun, 7 Jun 2020 18:38:56 +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: <1591555123.c5ce52d555c98481d3b68bde4d42fc1556282cad.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/rocksndiamonds/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/rocksndiamonds/rocksndiamonds-4.1.4.1.ebuild X-VCS-Directories: games-arcade/rocksndiamonds/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c5ce52d555c98481d3b68bde4d42fc1556282cad X-VCS-Branch: master Date: Sun, 7 Jun 2020 18:38:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 76ac999f-26f3-43da-97b0-79f304692720 X-Archives-Hash: 70a32692de3e4f1c0fd9834322febeb1 commit: c5ce52d555c98481d3b68bde4d42fc1556282cad Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 7 18:38:43 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 7 18:38:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ce52d5 games-arcade/rocksndiamonds: Add needed unpacker depend Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos gentoo.org> games-arcade/rocksndiamonds/rocksndiamonds-4.1.4.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-arcade/rocksndiamonds/rocksndiamonds-4.1.4.1.ebuild b/games-arcade/rocksndiamonds/rocksndiamonds-4.1.4.1.ebuild index 33c5d476c83..37f602b5fc7 100644 --- a/games-arcade/rocksndiamonds/rocksndiamonds-4.1.4.1.ebuild +++ b/games-arcade/rocksndiamonds/rocksndiamonds-4.1.4.1.ebuild @@ -37,6 +37,7 @@ RDEPEND=" media-libs/smpeg " DEPEND="${RDEPEND} + app-arch/p7zip app-arch/unzip "