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 170FA138350 for ; Fri, 7 Feb 2020 00:13:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B0FBE08AD; Fri, 7 Feb 2020 00:13:47 +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 9DB91E08F2 for ; Fri, 7 Feb 2020 00:13:46 +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 21A9034E833 for ; Fri, 7 Feb 2020 00:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B32C9126 for ; Fri, 7 Feb 2020 00:13:42 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1581034416.389c9bdc86368b37fe0df64ab1448f59c6b59fac.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libxcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild X-VCS-Directories: sys-libs/libxcrypt/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 389c9bdc86368b37fe0df64ab1448f59c6b59fac X-VCS-Branch: master Date: Fri, 7 Feb 2020 00:13:42 +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: 5e46c4b6-ccdb-4851-bb4e-7b8d178b9f6e X-Archives-Hash: 3cde04000fc9a3317595c4b5053e5e02 commit: 389c9bdc86368b37fe0df64ab1448f59c6b59fac Author: Patrick McLean sony com> AuthorDate: Fri Feb 7 00:13:28 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Feb 7 00:13:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389c9bdc sys-libs/libxcrypt-4.4.12: enable static-libs by default Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Patrick McLean gentoo.org> sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild index 269587522a8..a7ecbd9f4e5 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/besser82/libxcrypt" LICENSE="LGPL-2.1+ public-domain BSD BSD-2" SLOT="0/1" KEYWORDS="~amd64 ~x86" -IUSE="+compat split-usr static-libs system test" +IUSE="+compat split-usr +static-libs system test" DEPEND="system? ( elibc_glibc? ( sys-libs/glibc[-crypt(+)] )