diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 09:52:50 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 09:52:50 +0300 |
commit | 903b97b1f38a108c03152c4dff14e1222fb9d1c9 (patch) | |
tree | 2a33de1ab91b9f02bd7fb01a75ca54d6ee246aad /www-servers/pound | |
parent | profiles: Mask dev-qt/qtwebengine-5.15.2_p20210421 (diff) | |
download | gentoo-903b97b1f38a108c03152c4dff14e1222fb9d1c9.tar.gz gentoo-903b97b1f38a108c03152c4dff14e1222fb9d1c9.tar.bz2 gentoo-903b97b1f38a108c03152c4dff14e1222fb9d1c9.zip |
www-servers/pound: 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/pound')
-rw-r--r-- | www-servers/pound/pound-2.7f-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www-servers/pound/pound-2.7f-r1.ebuild b/www-servers/pound/pound-2.7f-r1.ebuild index e87f5a3e4cc2..2054ebbc149e 100644 --- a/www-servers/pound/pound-2.7f-r1.ebuild +++ b/www-servers/pound/pound-2.7f-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,11 +12,10 @@ SRC_URI="http://www.apsis.ch/pound/${MY_P}.tgz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~sparc x86" -IUSE="libressl" DEPEND="dev-libs/libpcre - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl )" + dev-libs/openssl:0 +" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} |