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 1B071138334 for ; Wed, 26 Jun 2019 17:43:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52117E0866; Wed, 26 Jun 2019 17:43:57 +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 3331CE0866 for ; Wed, 26 Jun 2019 17:43:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CF118346A9B for ; Wed, 26 Jun 2019 17:43:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3299E620 for ; Wed, 26 Jun 2019 17:43:53 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1561571024.582ebf6113769f78387b3b1b59ea14c6004fe8c1.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/shash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/shash/shash-0.2.6-r3.ebuild X-VCS-Directories: app-crypt/shash/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 582ebf6113769f78387b3b1b59ea14c6004fe8c1 X-VCS-Branch: master Date: Wed, 26 Jun 2019 17:43:53 +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: 6aaf4aee-ffd4-46c5-8995-7ade4ebc75b7 X-Archives-Hash: a62e82277aa40c30a4d937e2ecbbff51 commit: 582ebf6113769f78387b3b1b59ea14c6004fe8c1 Author: Sven Wegener gentoo org> AuthorDate: Wed Jun 26 17:39:43 2019 +0000 Commit: Sven Wegener gentoo org> CommitDate: Wed Jun 26 17:43:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582ebf61 app-crypt/shash: Require static-libs for mhash, bug #682574 Closes: https://bugs.gentoo.org/682574 Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Sven Wegener gentoo.org> app-crypt/shash/shash-0.2.6-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-crypt/shash/shash-0.2.6-r3.ebuild b/app-crypt/shash/shash-0.2.6-r3.ebuild index 74e16b5e4f6..b4f0695d908 100644 --- a/app-crypt/shash/shash-0.2.6-r3.ebuild +++ b/app-crypt/shash/shash-0.2.6-r3.ebuild @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static" -DEPEND=">=app-crypt/mhash-0.8.18-r1" +DEPEND=">=app-crypt/mhash-0.8.18-r1 + static? ( app-crypt/mhash[static-libs(+)] )" RDEPEND="${DEPEND}" PATCHES=(