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 709AE13835A 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 1F427E095C; 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 0631DE095C for ; Wed, 6 May 2020 17:25:30 +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 882E834F65B 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 EABF1239 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: <1588785910.d2da61ed88093d2902922d2ca60c6b97c3337422.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/apcupsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/apcupsd/apcupsd-3.14.13.ebuild sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild X-VCS-Directories: sys-power/apcupsd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d2da61ed88093d2902922d2ca60c6b97c3337422 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: 53fbe556-4b8d-4ee0-934e-ab908337125a X-Archives-Hash: 46dd090bb3f45dc5fe529a04dd81737e commit: d2da61ed88093d2902922d2ca60c6b97c3337422 Author: Michał Górny gentoo org> AuthorDate: Wed May 6 16:57:22 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 6 17:25:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2da61ed sys-power/apcupsd: Remove stale sys-freebsd/ deps Signed-off-by: Michał Górny gentoo.org> sys-power/apcupsd/apcupsd-3.14.13.ebuild | 6 ++---- sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sys-power/apcupsd/apcupsd-3.14.13.ebuild b/sys-power/apcupsd/apcupsd-3.14.13.ebuild index a888ac246e8..b6e3eb60c4f 100644 --- a/sys-power/apcupsd/apcupsd-3.14.13.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,9 +15,7 @@ KEYWORDS="amd64 ~arm ppc x86" IUSE="snmp +usb cgi nls gnome kernel_linux" DEPEND=" - || ( >=sys-apps/util-linux-2.23[tty-helpers(-)] - sys-freebsd/freebsd-ubin - ) + >=sys-apps/util-linux-2.23[tty-helpers(-)] cgi? ( >=media-libs/gd-1.8.4 ) nls? ( sys-devel/gettext ) snmp? ( >=net-analyzer/net-snmp-5.7.2 ) diff --git a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild index 24060d395a6..4390e39bda5 100644 --- a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,9 +15,7 @@ KEYWORDS="amd64 ~arm ppc x86" IUSE="snmp +usb +modbus cgi gnome kernel_linux" DEPEND=" - || ( >=sys-apps/util-linux-2.23[tty-helpers(-)] - sys-freebsd/freebsd-ubin - ) + >=sys-apps/util-linux-2.23[tty-helpers(-)] modbus? ( usb? ( virtual/libusb:0 ) ) cgi? ( >=media-libs/gd-1.8.4 ) snmp? ( >=net-analyzer/net-snmp-5.7.2 )