diff options
author | Sam James <sam@gentoo.org> | 2021-06-30 19:38:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-30 19:38:17 +0100 |
commit | 118af332af6d7ad54f44971d372b74e165b2806c (patch) | |
tree | 5a932ce2021dc09b0fcdc4d72cbafb2cd3709174 /www-servers | |
parent | www-servers/lighttpd: add missing libcrypt dependency (diff) | |
download | gentoo-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>
Diffstat (limited to 'www-servers')
-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.ebuild | 5 |
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" |