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 A7D1E138359 for ; Wed, 6 May 2020 17:25:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBFFDE0965; 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 B3873E0965 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 D1A1334F641 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 08FEE23E 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: <1588785911.086c414ed27ebed8f170eec858230b9fb462ee0e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/acl/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/acl/acl-0-r1.ebuild virtual/acl/acl-0-r2.ebuild virtual/acl/acl-0.ebuild X-VCS-Directories: virtual/acl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 086c414ed27ebed8f170eec858230b9fb462ee0e 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: da54263a-0afe-47a8-aa68-c781a5eb84ab X-Archives-Hash: dc39cf8949102fb177012efc423ba05d commit: 086c414ed27ebed8f170eec858230b9fb462ee0e Author: Michał Górny gentoo org> AuthorDate: Wed May 6 16:57:24 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 6 17:25:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=086c414e virtual/acl: Remove stale sys-freebsd/ deps Signed-off-by: Michał Górny gentoo.org> virtual/acl/acl-0-r1.ebuild | 3 +-- virtual/acl/acl-0-r2.ebuild | 3 +-- virtual/acl/acl-0.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/virtual/acl/acl-0-r1.ebuild b/virtual/acl/acl-0-r1.ebuild index 0eb2f2bd75e..28c500d66e0 100644 --- a/virtual/acl/acl-0-r1.ebuild +++ b/virtual/acl/acl-0-r1.ebuild @@ -8,5 +8,4 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" -RDEPEND="kernel_linux? ( sys-apps/acl[static-libs?] ) - kernel_FreeBSD? ( sys-freebsd/freebsd-lib )" +RDEPEND="kernel_linux? ( sys-apps/acl[static-libs?] )" diff --git a/virtual/acl/acl-0-r2.ebuild b/virtual/acl/acl-0-r2.ebuild index a8f7c078e23..c45d2c97c16 100644 --- a/virtual/acl/acl-0-r2.ebuild +++ b/virtual/acl/acl-0-r2.ebuild @@ -10,5 +10,4 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" -RDEPEND="kernel_linux? ( >=sys-apps/acl-2.2.52-r1[static-libs?,${MULTILIB_USEDEP}] ) - kernel_FreeBSD? ( >=sys-freebsd/freebsd-lib-9.1-r10[${MULTILIB_USEDEP}] )" +RDEPEND="kernel_linux? ( >=sys-apps/acl-2.2.52-r1[static-libs?,${MULTILIB_USEDEP}] )" diff --git a/virtual/acl/acl-0.ebuild b/virtual/acl/acl-0.ebuild index 39ef2f39ac1..3af85ef4048 100644 --- a/virtual/acl/acl-0.ebuild +++ b/virtual/acl/acl-0.ebuild @@ -7,5 +7,4 @@ DESCRIPTION="Virtual for acl support (sys/acl.h)" SLOT="0" KEYWORDS="~alpha amd64 arm ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" -RDEPEND="kernel_linux? ( sys-apps/acl ) - kernel_FreeBSD? ( sys-freebsd/freebsd-lib )" +RDEPEND="kernel_linux? ( sys-apps/acl )"