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 20343139345 for ; Wed, 30 Jun 2021 18:40:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DB74E083D; Wed, 30 Jun 2021 18:40:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 ECF05E083D for ; Wed, 30 Jun 2021 18:40:47 +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 277D7335DE6 for ; Wed, 30 Jun 2021 18:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34A757C2 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: <1625078371.03e9833c6aa9895c1d61317ab1e2ad27abcd141b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/ircii/ircii-20210314-r1.ebuild net-irc/ircii/ircii-20210314.ebuild X-VCS-Directories: net-irc/ircii/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 03e9833c6aa9895c1d61317ab1e2ad27abcd141b 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: fdc064d5-2db8-4a94-bedb-0865804de5f1 X-Archives-Hash: 199c8e771b408e0631ace9bf895dd572 commit: 03e9833c6aa9895c1d61317ab1e2ad27abcd141b Author: Sam James gentoo org> AuthorDate: Wed Jun 30 18:39:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 30 18:39:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e9833c net-irc/ircii: add missing libcrypt dependency Signed-off-by: Sam James gentoo.org> net-irc/ircii/{ircii-20210314.ebuild => ircii-20210314-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-irc/ircii/ircii-20210314.ebuild b/net-irc/ircii/ircii-20210314-r1.ebuild similarity index 88% rename from net-irc/ircii/ircii-20210314.ebuild rename to net-irc/ircii/ircii-20210314-r1.ebuild index 873dc09a5e9..81b72ece0e5 100644 --- a/net-irc/ircii/ircii-20210314.ebuild +++ b/net-irc/ircii/ircii-20210314-r1.ebuild @@ -10,12 +10,12 @@ SRC_URI="https://ircii.warped.com/${P}.tar.bz2 https://ircii.warped.com/old/${P}.tar.bz2" HOMEPAGE="http://eterna.com.au/ircii/" -SLOT="0" LICENSE="BSD" +SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" DEPEND="sys-libs/ncurses:0= + virtual/libcrypt:= virtual/libiconv" RDEPEND="${DEPEND}" @@ -27,7 +27,7 @@ src_configure() { } src_install() { - #Still needed as of 20210314, otherwise man dirs don't exist at the right time + # Still needed as of 20210314, otherwise man dirs don't exist at the right time emake -j1 DESTDIR="${D}" install dodoc ChangeLog INSTALL NEWS README \