commit:     e4431c6fc703baf543f38942028b48be323075db
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 08:08:22 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 08:08:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4431c6f

www-apps/cgit: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 www-apps/cgit/cgit-1.2.3-r100.ebuild | 5 ++---
 www-apps/cgit/cgit-9999.ebuild       | 7 +++----
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/www-apps/cgit/cgit-1.2.3-r100.ebuild 
b/www-apps/cgit/cgit-1.2.3-r100.ebuild
index 2f0d41e9244..628a1c29f20 100644
--- a/www-apps/cgit/cgit-1.2.3-r100.ebuild
+++ b/www-apps/cgit/cgit-1.2.3-r100.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm x86"
-IUSE="doc +highlight libressl +lua test"
+IUSE="doc +highlight +lua test"
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 
@@ -29,8 +29,7 @@ RDEPEND="
        acct-user/cgit
        dev-vcs/git
        highlight? ( || ( dev-python/pygments app-text/highlight ) )
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        lua? ( ${LUA_DEPS} )
        sys-libs/zlib
        virtual/httpd-cgi

diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild
index 8975d5eebd6..0efa5da905a 100644
--- a/www-apps/cgit/cgit-9999.ebuild
+++ b/www-apps/cgit/cgit-9999.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
@@ -18,7 +18,7 @@ EGIT_REPO_URI="https://git.zx2c4.com/cgit";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="doc +highlight libressl +lua test"
+IUSE="doc +highlight +lua test"
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 
@@ -27,8 +27,7 @@ RDEPEND="
        acct-user/cgit
        dev-vcs/git
        highlight? ( || ( dev-python/pygments app-text/highlight ) )
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        lua? ( ${LUA_DEPS} )
        sys-libs/zlib
        virtual/httpd-cgi

Reply via email to