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 67BE9138359 for ; Wed, 6 May 2020 17:25:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DECA5E096F; Wed, 6 May 2020 17:25:30 +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 C6E95E096B for ; Wed, 6 May 2020 17:25:30 +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 DDAA334F668 for ; Wed, 6 May 2020 17:25:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E4A8240 for ; Wed, 6 May 2020 17:25:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588785913.178bc7602b7da93022d722ceb7f6b6974d17b6e6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libc/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libc/libc-1-r1.ebuild virtual/libc/libc-1.ebuild X-VCS-Directories: virtual/libc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 178bc7602b7da93022d722ceb7f6b6974d17b6e6 X-VCS-Branch: master Date: Wed, 6 May 2020 17:25:26 +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: b0b38b56-d0ac-4f96-b793-14858af742a3 X-Archives-Hash: 985ac83dd3deae0aa2ea0850cf5ba3b3 commit: 178bc7602b7da93022d722ceb7f6b6974d17b6e6 Author: Michał Górny gentoo org> AuthorDate: Wed May 6 16:57:28 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 6 17:25:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178bc760 virtual/libc: Remove stale sys-freebsd/ deps Signed-off-by: Michał Górny gentoo.org> virtual/libc/libc-1-r1.ebuild | 1 - virtual/libc/libc-1.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/virtual/libc/libc-1-r1.ebuild b/virtual/libc/libc-1-r1.ebuild index 61b2be760b5..8aca9128d50 100644 --- a/virtual/libc/libc-1-r1.ebuild +++ b/virtual/libc/libc-1-r1.ebuild @@ -21,5 +21,4 @@ RDEPEND="!prefix-guest? ( !sys-libs/musl !sys-libs/uclibc-ng !sys-libs/uclibc - !sys-freebsd/freebsd-lib )" diff --git a/virtual/libc/libc-1.ebuild b/virtual/libc/libc-1.ebuild index b346372baaf..adea1bc4310 100644 --- a/virtual/libc/libc-1.ebuild +++ b/virtual/libc/libc-1.ebuild @@ -21,5 +21,4 @@ RDEPEND="!prefix-guest? ( !sys-libs/musl !sys-libs/uclibc-ng !sys-libs/uclibc - !sys-freebsd/freebsd-lib )"