Skip to content

Commit

Permalink
www-apps/cgit: add USE=libressl
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/702320
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Stefan Strogin <[email protected]>
  • Loading branch information
steils committed Jan 2, 2020
1 parent f364079 commit 4033b89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions www-apps/cgit/cgit-1.2.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4033b89

Please sign in to comment.