diff options
author | Sam James <sam@gentoo.org> | 2021-06-30 19:39:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-30 19:39:31 +0100 |
commit | 03e9833c6aa9895c1d61317ab1e2ad27abcd141b (patch) | |
tree | 7fef7d51410558ad0e97fbc87282b36f14239d31 /net-irc | |
parent | net-irc/iroffer-dinoex: add missing libcrypt dependency (diff) | |
download | gentoo-03e9833c6aa9895c1d61317ab1e2ad27abcd141b.tar.gz gentoo-03e9833c6aa9895c1d61317ab1e2ad27abcd141b.tar.bz2 gentoo-03e9833c6aa9895c1d61317ab1e2ad27abcd141b.zip |
net-irc/ircii: add missing libcrypt dependency
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ircii/ircii-20210314-r1.ebuild (renamed from net-irc/ircii/ircii-20210314.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/ircii/ircii-20210314.ebuild b/net-irc/ircii/ircii-20210314-r1.ebuild index 873dc09a5e9e..81b72ece0e57 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 \ |