commit:     03e9833c6aa9895c1d61317ab1e2ad27abcd141b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 18:39:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 \

Reply via email to