summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-30 19:39:23 +0100
committerSam James <sam@gentoo.org>2021-06-30 19:39:23 +0100
commit39141016c101fcc102b8120115dc6dab7e633c9d (patch)
treecfc34e729e9f00e09c62b86c5ef9e01052953033
parentnet-irc/unrealircd: sort *DEPEND (diff)
downloadgentoo-39141016.tar.gz
gentoo-39141016.tar.bz2
gentoo-39141016.zip
net-irc/scrollz: add missing libcrypt dependency
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-irc/scrollz/scrollz-2.3-r1.ebuild (renamed from net-irc/scrollz/scrollz-2.3.ebuild)7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-irc/scrollz/scrollz-2.3.ebuild b/net-irc/scrollz/scrollz-2.3-r1.ebuild
index a76e2d53cdc3..2cb6e53ecd82 100644
--- a/net-irc/scrollz/scrollz-2.3.ebuild
+++ b/net-irc/scrollz/scrollz-2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,17 +10,18 @@ MY_P="ScrollZ-${PV}"
DESCRIPTION="Advanced IRC client based on ircII"
HOMEPAGE="https://www.scrollz.info/"
SRC_URI="https://www.scrollz.info/download/${MY_P}.tar.gz"
+S="${WORKDIR}/ScrollZ-${MY_P}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
IUSE="gmp gnutls ipv6 ssl"
REQUIRED_USE="gnutls? ( ssl )"
BDEPEND="virtual/pkgconfig"
DEPEND="
sys-libs/ncurses:0=
+ virtual/libcrypt:=
gmp? ( dev-libs/gmp:0= )
ssl? (
gnutls? ( net-libs/gnutls:0= )
@@ -29,8 +30,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/ScrollZ-${MY_P}"
-
PATCHES=(
"${FILESDIR}/${PN}-2.3-fcommon.patch"
)