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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2510C158086 for ; Sat, 1 Jan 2022 20:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77DEC2BC08B; Sat, 1 Jan 2022 20:08:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EDDF2BC08B for ; Sat, 1 Jan 2022 20:08:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19DDD342F61 for ; Sat, 1 Jan 2022 20:08:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53C3E297 for ; Sat, 1 Jan 2022 20:08:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641067658.2072f28ad572b68556decb7e8a4ffc0a48a8a274.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libcrypt/libcrypt-1-r1.ebuild virtual/libcrypt/libcrypt-2.ebuild X-VCS-Directories: virtual/libcrypt/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2072f28ad572b68556decb7e8a4ffc0a48a8a274 X-VCS-Branch: master Date: Sat, 1 Jan 2022 20:08:01 +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: 420f7eae-7293-4103-9791-cbc93d3daf52 X-Archives-Hash: c43ecd54fdd6db19f2a412e1866a6d53 commit: 2072f28ad572b68556decb7e8a4ffc0a48a8a274 Author: David Seifert gentoo org> AuthorDate: Sat Jan 1 20:07:38 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 1 20:07:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2072f28a virtual/libcrypt: remove uclibc Signed-off-by: David Seifert gentoo.org> virtual/libcrypt/libcrypt-1-r1.ebuild | 3 +-- virtual/libcrypt/libcrypt-2.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/virtual/libcrypt/libcrypt-1-r1.ebuild b/virtual/libcrypt/libcrypt-1-r1.ebuild index d239f1b834e7..2c8f799a6cf6 100644 --- a/virtual/libcrypt/libcrypt-1-r1.ebuild +++ b/virtual/libcrypt/libcrypt-1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,6 @@ RDEPEND=" !prefix-guest? ( elibc_glibc? ( sys-libs/glibc[crypt(+),static-libs(+)?] ) elibc_musl? ( sys-libs/musl ) - elibc_uclibc? ( sys-libs/uclibc-ng ) ) elibc_Cygwin? ( sys-libs/cygwin-crypt ) " diff --git a/virtual/libcrypt/libcrypt-2.ebuild b/virtual/libcrypt/libcrypt-2.ebuild index 7d7f58c73a34..968fec179c7b 100644 --- a/virtual/libcrypt/libcrypt-2.ebuild +++ b/virtual/libcrypt/libcrypt-2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,6 @@ RDEPEND=" !prefix-guest? ( elibc_glibc? ( sys-libs/libxcrypt[system(-),static-libs(-)?,${MULTILIB_USEDEP}] ) elibc_musl? ( sys-libs/musl ) - elibc_uclibc? ( sys-libs/uclibc-ng ) ) elibc_Cygwin? ( sys-libs/cygwin-crypt ) "