diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 23:21:40 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 23:26:36 +0300 |
commit | cbc661a6b19ea7e99942366eeb16ed9768a1971c (patch) | |
tree | 78c3243109a54d18b6735dfa52f222c1172560b4 /www-servers | |
parent | vim-plugin.eclass: bump copyright year. (diff) | |
download | gentoo-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')
-rw-r--r-- | www-servers/bozohttpd/bozohttpd-20190228.ebuild | 6 |
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" |