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 44544138334 for ; Sun, 22 Dec 2019 20:57:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44EFAE0C35; Sun, 22 Dec 2019 20:57:16 +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 DDC94E0C35 for ; Sun, 22 Dec 2019 20:57:15 +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 9610434DA91 for ; Sun, 22 Dec 2019 20:57:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D60A15BE6 for ; Sun, 22 Dec 2019 20:57:12 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1577048222.f54293c325bd5ecff33618b950797cfce2a7eeb1.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/piwigo/piwigo-2.10.1.ebuild X-VCS-Directories: www-apps/piwigo/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: f54293c325bd5ecff33618b950797cfce2a7eeb1 X-VCS-Branch: master Date: Sun, 22 Dec 2019 20:57:12 +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: 217151d4-7252-45c5-9fb4-35a06262f842 X-Archives-Hash: b8798068cf816ef3aa83a12e9a749070 commit: f54293c325bd5ecff33618b950797cfce2a7eeb1 Author: Bernard Cafarelli gentoo org> AuthorDate: Sun Dec 22 20:51:44 2019 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Dec 22 20:57:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54293c3 www-apps/piwigo: add unzip BDEPEND Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli gentoo.org> www-apps/piwigo/piwigo-2.10.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-apps/piwigo/piwigo-2.10.1.ebuild b/www-apps/piwigo/piwigo-2.10.1.ebuild index 56866abb304..208eb4ede24 100644 --- a/www-apps/piwigo/piwigo-2.10.1.ebuild +++ b/www-apps/piwigo/piwigo-2.10.1.ebuild @@ -18,6 +18,7 @@ RDEPEND=" dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli] >=virtual/mysql-5.0 virtual/httpd-php" +BDEPEND="app-arch/unzip" REQUIRED_USE="|| ( gd imagemagick )"