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 20C7A138359 for ; Wed, 6 May 2020 17:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16E5DE0932; 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 F02B8E0932 for ; Wed, 6 May 2020 17:25:29 +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 7E0F634F64E for ; Wed, 6 May 2020 17:25:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0ABA233 for ; Wed, 6 May 2020 17:25:25 +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: <1588785906.47956d9fe46a5860eead311dabc377cfe89c217d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smartmontools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/smartmontools/smartmontools-7.0-r1.ebuild sys-apps/smartmontools/smartmontools-7.1.ebuild sys-apps/smartmontools/smartmontools-9999.ebuild X-VCS-Directories: sys-apps/smartmontools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 47956d9fe46a5860eead311dabc377cfe89c217d X-VCS-Branch: master Date: Wed, 6 May 2020 17:25:25 +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: f8d27aab-fd0a-4347-a4b3-f17247731c54 X-Archives-Hash: 76be910450a20d48ce01c9701948f76b commit: 47956d9fe46a5860eead311dabc377cfe89c217d Author: Michał Górny gentoo org> AuthorDate: Wed May 6 16:57:16 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 6 17:25:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47956d9f sys-apps/smartmontools: Remove stale sys-freebsd/ deps Signed-off-by: Michał Górny gentoo.org> sys-apps/smartmontools/smartmontools-7.0-r1.ebuild | 3 --- sys-apps/smartmontools/smartmontools-7.1.ebuild | 3 --- sys-apps/smartmontools/smartmontools-9999.ebuild | 3 --- 3 files changed, 9 deletions(-) diff --git a/sys-apps/smartmontools/smartmontools-7.0-r1.ebuild b/sys-apps/smartmontools/smartmontools-7.0-r1.ebuild index d7f4252e149..285822cc66a 100644 --- a/sys-apps/smartmontools/smartmontools-7.0-r1.ebuild +++ b/sys-apps/smartmontools/smartmontools-7.0-r1.ebuild @@ -25,9 +25,6 @@ DEPEND=" static? ( sys-libs/libcap-ng[static-libs] ) !static? ( sys-libs/libcap-ng ) ) - kernel_FreeBSD? ( - sys-freebsd/freebsd-lib[usb] - ) selinux? ( sys-libs/libselinux )" diff --git a/sys-apps/smartmontools/smartmontools-7.1.ebuild b/sys-apps/smartmontools/smartmontools-7.1.ebuild index c4df5d73b62..984b82cc76d 100644 --- a/sys-apps/smartmontools/smartmontools-7.1.ebuild +++ b/sys-apps/smartmontools/smartmontools-7.1.ebuild @@ -25,9 +25,6 @@ DEPEND=" static? ( sys-libs/libcap-ng[static-libs] ) !static? ( sys-libs/libcap-ng ) ) - kernel_FreeBSD? ( - sys-freebsd/freebsd-lib[usb] - ) selinux? ( sys-libs/libselinux )" diff --git a/sys-apps/smartmontools/smartmontools-9999.ebuild b/sys-apps/smartmontools/smartmontools-9999.ebuild index c4df5d73b62..984b82cc76d 100644 --- a/sys-apps/smartmontools/smartmontools-9999.ebuild +++ b/sys-apps/smartmontools/smartmontools-9999.ebuild @@ -25,9 +25,6 @@ DEPEND=" static? ( sys-libs/libcap-ng[static-libs] ) !static? ( sys-libs/libcap-ng ) ) - kernel_FreeBSD? ( - sys-freebsd/freebsd-lib[usb] - ) selinux? ( sys-libs/libselinux )"