summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 23:21:40 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 23:26:36 +0300
commitcbc661a6b19ea7e99942366eeb16ed9768a1971c (patch)
tree78c3243109a54d18b6735dfa52f222c1172560b4 /www-servers/bozohttpd
parentvim-plugin.eclass: bump copyright year. (diff)
downloadgentoo-cbc661a6b19ea7e99942366eeb16ed9768a1971c.tar.gz
gentoo-cbc661a6b19ea7e99942366eeb16ed9768a1971c.tar.bz2
gentoo-cbc661a6b19ea7e99942366eeb16ed9768a1971c.zip
www-servers/bozohttpd: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'www-servers/bozohttpd')
-rw-r--r--www-servers/bozohttpd/bozohttpd-20190228.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/www-servers/bozohttpd/bozohttpd-20190228.ebuild b/www-servers/bozohttpd/bozohttpd-20190228.ebuild
index 483262bc9dc0..a95a11e85e56 100644
--- a/www-servers/bozohttpd/bozohttpd-20190228.ebuild
+++ b/www-servers/bozohttpd/bozohttpd-20190228.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
@@ -12,10 +12,8 @@ SRC_URI="http://www.eterna.com.au/bozohttpd/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="libressl"
-DEPEND="!libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )"
+DEPEND="dev-libs/openssl:0="
RDEPEND="${DEPEND}
virtual/logger"