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 D4086138334 for ; Wed, 14 Nov 2018 18:23:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB10AE0972; Wed, 14 Nov 2018 18:23:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 822B4E0972 for ; Wed, 14 Nov 2018 18:23:39 +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 5559D335C39 for ; Wed, 14 Nov 2018 18:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47AA5453 for ; Wed, 14 Nov 2018 18:23:35 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1542219804.103b618877f4b117066f8672f3eee349ff2122c7.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/nut/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/nut/nut-2.7.4-r1.ebuild sys-power/nut/nut-2.7.4-r2.ebuild X-VCS-Directories: sys-power/nut/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 103b618877f4b117066f8672f3eee349ff2122c7 X-VCS-Branch: master Date: Wed, 14 Nov 2018 18:23:35 +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-Archives-Salt: 4f7087c8-cd94-4f07-a695-8cbc52402389 X-Archives-Hash: a94ef17c35fdc9f2ea2e757c92a28aae commit: 103b618877f4b117066f8672f3eee349ff2122c7 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Nov 14 18:23:05 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Nov 14 18:23:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103b6188 sys-power/nut: add net-libs/libnsl dep per glibc upgrade Fixes: https://bugs.gentoo.org/659866 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Robin H. Johnson gentoo.org> sys-power/nut/nut-2.7.4-r1.ebuild | 1 + sys-power/nut/nut-2.7.4-r2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-power/nut/nut-2.7.4-r1.ebuild b/sys-power/nut/nut-2.7.4-r1.ebuild index ebebb9ba345..f575b4fa11b 100644 --- a/sys-power/nut/nut-2.7.4-r1.ebuild +++ b/sys-power/nut/nut-2.7.4-r1.ebuild @@ -27,6 +27,7 @@ CDEPEND=" ipmi? ( sys-libs/freeipmi ) zeroconf? ( net-dns/avahi ) dev-libs/libltdl + net-libs/libnsl virtual/udev" DEPEND="$CDEPEND >=sys-apps/sed-4 diff --git a/sys-power/nut/nut-2.7.4-r2.ebuild b/sys-power/nut/nut-2.7.4-r2.ebuild index f33d974e494..1e2c05067f4 100644 --- a/sys-power/nut/nut-2.7.4-r2.ebuild +++ b/sys-power/nut/nut-2.7.4-r2.ebuild @@ -20,6 +20,7 @@ REQUIRED_USE="gui? ( ${PYTHON_REQUIRED_USE} )" DEPEND=" dev-libs/libltdl:* + net-libs/libnsl virtual/udev cgi? ( >=media-libs/gd-2[png] ) gui? ( dev-python/pygtk[${PYTHON_USEDEP}] )