summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-30 19:38:17 +0100
committerSam James <sam@gentoo.org>2021-06-30 19:38:17 +0100
commit118af332af6d7ad54f44971d372b74e165b2806c (patch)
tree5a932ce2021dc09b0fcdc4d72cbafb2cd3709174
parentwww-servers/lighttpd: add missing libcrypt dependency (diff)
downloadgentoo-118af332af6d7ad54f44971d372b74e165b2806c.tar.gz
gentoo-118af332af6d7ad54f44971d372b74e165b2806c.tar.bz2
gentoo-118af332af6d7ad54f44971d372b74e165b2806c.zip
www-servers/thttpd: add missing libcrypt dependency
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--www-servers/thttpd/thttpd-2.27.1-r1.ebuild (renamed from www-servers/thttpd/thttpd-2.27.1.ebuild)5
-rw-r--r--www-servers/thttpd/thttpd-9999.ebuild5
2 files changed, 4 insertions, 6 deletions
diff --git a/www-servers/thttpd/thttpd-2.27.1.ebuild b/www-servers/thttpd/thttpd-2.27.1-r1.ebuild
index ecb3a592c1ab..c7f0958f6ecc 100644
--- a/www-servers/thttpd/thttpd-2.27.1.ebuild
+++ b/www-servers/thttpd/thttpd-2.27.1-r1.ebuild
@@ -21,10 +21,9 @@ HOMEPAGE="https://github.com/blueness/sthttpd http://opensource.dyc.edu/sthttpd"
LICENSE="BSD GPL-2"
SLOT="0"
-IUSE=""
-RDEPEND=""
-DEPEND=""
+RDEPEND="virtual/libcrypt:="
+DEPEND="${RDEPEND}"
WEBROOT="/var/www/localhost"
diff --git a/www-servers/thttpd/thttpd-9999.ebuild b/www-servers/thttpd/thttpd-9999.ebuild
index babc844058e0..4a0042d502cb 100644
--- a/www-servers/thttpd/thttpd-9999.ebuild
+++ b/www-servers/thttpd/thttpd-9999.ebuild
@@ -21,10 +21,9 @@ HOMEPAGE="https://github.com/blueness/sthttpd http://opensource.dyc.edu/sthttpd"
LICENSE="BSD GPL-2"
SLOT="0"
-IUSE=""
-RDEPEND=""
-DEPEND=""
+RDEPEND="virtual/libcrypt:="
+DEPEND="${RDEPEND}"
WEBROOT="/var/www/localhost"