summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-30 19:39:55 +0100
committerSam James <sam@gentoo.org>2021-06-30 19:39:55 +0100
commitdfb1d1c0bc4cebe2d9843524b8b0f38a62c0143f (patch)
treef354b017441d1be96aa8dac09c3c530f06f79471 /net-dialup
parentnet-dialup/freeradius: add missing libcrypt dependency (diff)
downloadgentoo-dfb1d1c0bc4cebe2d9843524b8b0f38a62c0143f.tar.gz
gentoo-dfb1d1c0bc4cebe2d9843524b8b0f38a62c0143f.tar.bz2
gentoo-dfb1d1c0bc4cebe2d9843524b8b0f38a62c0143f.zip
net-dialup/dwun: add missing libcrypt dependency
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/dwun/dwun-0.96e-r5.ebuild (renamed from net-dialup/dwun/dwun-0.96e-r4.ebuild)7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-dialup/dwun/dwun-0.96e-r4.ebuild b/net-dialup/dwun/dwun-0.96e-r5.ebuild
index aa99a75ba5ee..e792c109b20f 100644
--- a/net-dialup/dwun/dwun-0.96e-r4.ebuild
+++ b/net-dialup/dwun/dwun-0.96e-r5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit toolchain-funcs
@@ -13,6 +13,9 @@ LICENSE="MIT GPL-2" # GPL-2 only for init script
SLOT="0"
KEYWORDS="~amd64 x86"
+RDEPEND="virtual/libcrypt:="
+DEPEND="${RDEPEND}"
+
DOCS=( AUTHORS ChangeLog QUICKSTART README TODO UPGRADING )
src_prepare() {