commit:     1c9e269e688297ac6866f978514815ba04d56033
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 18:39:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 18:39:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9e269e

net-irc/bnc: add missing libcrypt dependency

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/bnc/{bnc-2.9.4-r1.ebuild => bnc-2.9.4-r2.ebuild} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-irc/bnc/bnc-2.9.4-r1.ebuild b/net-irc/bnc/bnc-2.9.4-r2.ebuild
similarity index 89%
rename from net-irc/bnc/bnc-2.9.4-r1.ebuild
rename to net-irc/bnc/bnc-2.9.4-r2.ebuild
index c59d47de39e..15f92bbc17b 100644
--- a/net-irc/bnc/bnc-2.9.4-r1.ebuild
+++ b/net-irc/bnc/bnc-2.9.4-r2.ebuild
@@ -1,23 +1,23 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 MY_P="${P/-/}"
 DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server"
 HOMEPAGE="http://gotbnc.com/";
 SRC_URI="http://gotbnc.com/files/${MY_P}.tar.gz";
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ppc ppc64 ~s390 sparc x86"
 IUSE="ssl"
 
-DEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="virtual/libcrypt:=
+       ssl? ( dev-libs/openssl:0= )"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${MY_P}"
-
 PATCHES=(
        "${FILESDIR}/respect-cflags-ldflags.patch"
        "${FILESDIR}/${PN}-2.9.3-64bit.patch"

Reply via email to