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 764A4138334 for ; Sun, 15 Sep 2019 12:52:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2416BE086C; Sun, 15 Sep 2019 12:52:48 +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 09EA3E086C for ; Sun, 15 Sep 2019 12:52:48 +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 F0BFA34B1D6 for ; Sun, 15 Sep 2019 12:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2740B6FF for ; Sun, 15 Sep 2019 12:52:44 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1568551941.3875e8c2c99d63f6b43fc6f0069576b5658ec76b.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/fs-uae/fs-uae-3.0.0.ebuild X-VCS-Directories: app-emulation/fs-uae/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 3875e8c2c99d63f6b43fc6f0069576b5658ec76b X-VCS-Branch: master Date: Sun, 15 Sep 2019 12:52:44 +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: 15b477dd-74bc-46bd-95e4-e38d94d5699b X-Archives-Hash: dfbbf6df4daa629894da4c148c9875b0 commit: 3875e8c2c99d63f6b43fc6f0069576b5658ec76b Author: James Le Cuirot gentoo org> AuthorDate: Sun Sep 15 12:52:21 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Sep 15 12:52:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3875e8c2 app-emulation/fs-uae: Add missing app-arch/zip dependency Closes: https://bugs.gentoo.org/694376 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot gentoo.org> app-emulation/fs-uae/fs-uae-3.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/fs-uae/fs-uae-3.0.0.ebuild b/app-emulation/fs-uae/fs-uae-3.0.0.ebuild index f0492ee2c5a..6d0c2446b7e 100644 --- a/app-emulation/fs-uae/fs-uae-3.0.0.ebuild +++ b/app-emulation/fs-uae/fs-uae-3.0.0.ebuild @@ -31,6 +31,7 @@ DEPEND=" " BDEPEND=" + app-arch/zip sys-devel/gettext virtual/pkgconfig "