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 100D813933E for ; Wed, 30 Jun 2021 18:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED64FE0831; Wed, 30 Jun 2021 18:40:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D4A45E0831 for ; Wed, 30 Jun 2021 18:40:46 +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 EB70233D3C2 for ; Wed, 30 Jun 2021 18:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 213FC7C1 for ; Wed, 30 Jun 2021 18:40:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1625078369.7ad5f1a656e8e8ead1f73b2e43170a6745a5c2da.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/iroffer-dinoex/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r1.ebuild net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild X-VCS-Directories: net-irc/iroffer-dinoex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ad5f1a656e8e8ead1f73b2e43170a6745a5c2da X-VCS-Branch: master Date: Wed, 30 Jun 2021 18:40:44 +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: a5c80b97-8486-42bf-a866-b16c0f389091 X-Archives-Hash: a7f213eebfa03fc96e76d5633715cecc commit: 7ad5f1a656e8e8ead1f73b2e43170a6745a5c2da Author: Sam James gentoo org> AuthorDate: Wed Jun 30 18:39:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 30 18:39:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad5f1a6 net-irc/iroffer-dinoex: add missing libcrypt dependency Signed-off-by: Sam James gentoo.org> .../{iroffer-dinoex-3.30-r1.ebuild => iroffer-dinoex-3.30-r2.ebuild} | 5 +++-- .../{iroffer-dinoex-3.31.ebuild => iroffer-dinoex-3.31-r1.ebuild} | 3 ++- .../{iroffer-dinoex-3.32-r1.ebuild => iroffer-dinoex-3.32-r2.ebuild} | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild similarity index 96% rename from net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild rename to net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild index 4779e79651e..621370b736b 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,8 @@ REQUIRED_USE=" gnutls? ( ssl ) " -RDEPEND="chroot? ( dev-libs/nss ) +RDEPEND="virtual/libcrypt:= + chroot? ( dev-libs/nss ) curl? ( net-misc/curl[ssl?] gnutls? ( net-misc/curl[curl_ssl_gnutls] ) diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild similarity index 97% rename from net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild rename to net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild index 1fb0085c0a0..d61e239ecef 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild @@ -23,7 +23,8 @@ REQUIRED_USE=" gnutls? ( ssl ) " -RDEPEND="chroot? ( dev-libs/nss ) +RDEPEND="virtual/libcrypt:= + chroot? ( dev-libs/nss ) curl? ( net-misc/curl[ssl?] gnutls? ( net-misc/curl[curl_ssl_gnutls] ) diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r1.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild similarity index 98% rename from net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r1.ebuild rename to net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild index 8de5d34ef91..2a9bb01ec15 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r1.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild @@ -23,7 +23,8 @@ REQUIRED_USE=" gnutls? ( ssl ) " -RDEPEND="acct-user/iroffer +RDEPEND="virtual/libcrypt:= + acct-user/iroffer chroot? ( dev-libs/nss ) curl? ( net-misc/curl[ssl?]