diff options
author | Sam James <sam@gentoo.org> | 2021-06-30 19:39:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-30 19:39:37 +0100 |
commit | 1c9e269e688297ac6866f978514815ba04d56033 (patch) | |
tree | d7c399944735a6bcf1d6fae8bf27ec870f9c7a3b /net-irc/bnc | |
parent | net-irc/emech: add missing libcrypt dependency (diff) | |
download | gentoo-1c9e269e688297ac6866f978514815ba04d56033.tar.gz gentoo-1c9e269e688297ac6866f978514815ba04d56033.tar.bz2 gentoo-1c9e269e688297ac6866f978514815ba04d56033.zip |
net-irc/bnc: add missing libcrypt dependency
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/bnc')
-rw-r--r-- | net-irc/bnc/bnc-2.9.4-r2.ebuild (renamed from net-irc/bnc/bnc-2.9.4-r1.ebuild) | 10 |
1 files 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 index c59d47de39eb..15f92bbc17b2 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" |