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 A47C613997D for ; Sun, 10 Nov 2019 22:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A73EE09DB; Sun, 10 Nov 2019 22:29:37 +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 7914CE0A4A for ; Sun, 10 Nov 2019 22:29:37 +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 97C2734CB5C for ; Sun, 10 Nov 2019 22:29:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A60C892 for ; Sun, 10 Nov 2019 22:29:34 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1573424891.577ec919615e665567c8b17888ecdd5b8cd473ae.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libc/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libc/libc-0.ebuild virtual/libc/libc-1.ebuild X-VCS-Directories: virtual/libc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 577ec919615e665567c8b17888ecdd5b8cd473ae X-VCS-Branch: master Date: Sun, 10 Nov 2019 22:29: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: c2863912-48a4-4df0-83f6-870957d74f17 X-Archives-Hash: 329aba59a67bc31e5b28162908e03f11 commit: 577ec919615e665567c8b17888ecdd5b8cd473ae Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 10 22:28:11 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 10 22:28:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577ec919 virtual/libc: drop sys-freebsd/freebsd-lib alternative Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich gentoo.org> virtual/libc/libc-0.ebuild | 3 +-- virtual/libc/libc-1.ebuild | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/virtual/libc/libc-0.ebuild b/virtual/libc/libc-0.ebuild index b4b473377bd..390e9653d26 100644 --- a/virtual/libc/libc-0.ebuild +++ b/virtual/libc/libc-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,5 +13,4 @@ RDEPEND="!prefix-guest? ( elibc_glibc? ( sys-libs/glibc:2.2 ) elibc_musl? ( sys-libs/musl ) elibc_uclibc? ( || ( sys-libs/uclibc sys-libs/uclibc-ng ) ) - elibc_FreeBSD? ( sys-freebsd/freebsd-lib ) )" diff --git a/virtual/libc/libc-1.ebuild b/virtual/libc/libc-1.ebuild index 2f62ee173e0..c11cec36343 100644 --- a/virtual/libc/libc-1.ebuild +++ b/virtual/libc/libc-1.ebuild @@ -14,7 +14,6 @@ RDEPEND="!prefix-guest? ( elibc_glibc? ( sys-libs/glibc:2.2 ) elibc_musl? ( sys-libs/musl ) elibc_uclibc? ( || ( sys-libs/uclibc-ng sys-libs/uclibc ) ) - elibc_FreeBSD? ( sys-freebsd/freebsd-lib ) ) prefix-guest? ( elibc_Cygwin? ( sys-libs/cygwin-crypt )