summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Strogin <steils@gentoo.org>2020-01-02 04:59:50 +0200
committerStefan Strogin <steils@gentoo.org>2020-01-02 05:01:09 +0200
commit4033b898b72e8ac6a1c10bf085cbcea9b8fbdf57 (patch)
tree541a12faa39fe8527e5c718f21e91330f1a06e8c /www-apps/cgit
parentdev-db/phpmyadmin: 4.9.3 release bump and fixed php dep on 5.0.0. (diff)
downloadgentoo-4033b898b72e8ac6a1c10bf085cbcea9b8fbdf57.tar.gz
gentoo-4033b898b72e8ac6a1c10bf085cbcea9b8fbdf57.tar.bz2
gentoo-4033b898b72e8ac6a1c10bf085cbcea9b8fbdf57.zip
www-apps/cgit: add USE=libressl
Closes: https://bugs.gentoo.org/702320 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'www-apps/cgit')
-rw-r--r--www-apps/cgit/cgit-1.2.1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/www-apps/cgit/cgit-1.2.1.ebuild b/www-apps/cgit/cgit-1.2.1.ebuild
index 825e750d423c..04dc11ed32ec 100644
--- a/www-apps/cgit/cgit-1.2.1.ebuild
+++ b/www-apps/cgit/cgit-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,14 +19,15 @@ 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 +lua +jit"
+IUSE="doc +highlight libressl +lua +jit"
RDEPEND="
dev-vcs/git
sys-libs/zlib
- dev-libs/openssl:0
virtual/httpd-cgi
highlight? ( || ( dev-python/pygments app-text/highlight ) )
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
lua? ( jit? ( dev-lang/luajit ) !jit? ( dev-lang/lua:0 ) )
"
# ebuilds without WEBAPP_MANUAL_SLOT="yes" are broken