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 CB3FA15806E for ; Mon, 29 May 2023 18:21:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53E47E0849; Mon, 29 May 2023 18:21:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3EB15E0849 for ; Mon, 29 May 2023 18:21:39 +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 86106335C52 for ; Mon, 29 May 2023 18:21:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C38F0A89 for ; Mon, 29 May 2023 18:21:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685384358.cb9517f2046423441d65e58fedf0aa7172176202.sam@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-r1.ebuild virtual/libcrypt/libcrypt-2.ebuild X-VCS-Directories: virtual/libcrypt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cb9517f2046423441d65e58fedf0aa7172176202 X-VCS-Branch: master Date: Mon, 29 May 2023 18:21:34 +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: a5080281-a20f-4d3d-aeff-f455c66ac7ae X-Archives-Hash: 0e3b6a9f950ad6cfc2f9ffbd10468b0a commit: cb9517f2046423441d65e58fedf0aa7172176202 Author: Sam James gentoo org> AuthorDate: Sat May 27 16:58:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 29 18:19:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9517f2 virtual/libcrypt: drop dead prefix targets The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James gentoo.org> virtual/libcrypt/libcrypt-1-r1.ebuild | 1 - virtual/libcrypt/libcrypt-2-r1.ebuild | 1 - virtual/libcrypt/libcrypt-2.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/virtual/libcrypt/libcrypt-1-r1.ebuild b/virtual/libcrypt/libcrypt-1-r1.ebuild index 4189f47925c4..65fd54f20072 100644 --- a/virtual/libcrypt/libcrypt-1-r1.ebuild +++ b/virtual/libcrypt/libcrypt-1-r1.ebuild @@ -16,5 +16,4 @@ RDEPEND=" elibc_glibc? ( sys-libs/glibc[crypt(+),static-libs(+)?] ) elibc_musl? ( sys-libs/musl ) ) - elibc_Cygwin? ( sys-libs/cygwin-crypt ) " diff --git a/virtual/libcrypt/libcrypt-2-r1.ebuild b/virtual/libcrypt/libcrypt-2-r1.ebuild index e207d0b0d9bc..ffb273b29297 100644 --- a/virtual/libcrypt/libcrypt-2-r1.ebuild +++ b/virtual/libcrypt/libcrypt-2-r1.ebuild @@ -16,5 +16,4 @@ RDEPEND=" elibc_glibc? ( sys-libs/libxcrypt[system(-),static-libs(-)?,${MULTILIB_USEDEP}] ) elibc_musl? ( sys-libs/libxcrypt[system(-),static-libs(-)?] ) ) - elibc_Cygwin? ( sys-libs/cygwin-crypt ) " diff --git a/virtual/libcrypt/libcrypt-2.ebuild b/virtual/libcrypt/libcrypt-2.ebuild index 52891635b816..8998d7eea9c1 100644 --- a/virtual/libcrypt/libcrypt-2.ebuild +++ b/virtual/libcrypt/libcrypt-2.ebuild @@ -16,5 +16,4 @@ RDEPEND=" elibc_glibc? ( sys-libs/libxcrypt[system(-),static-libs(-)?,${MULTILIB_USEDEP}] ) elibc_musl? ( sys-libs/musl ) ) - elibc_Cygwin? ( sys-libs/cygwin-crypt ) "