summaryrefslogtreecommitdiff
path: root/www-apps/cgit/cgit-1.2.3-r100.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/cgit/cgit-1.2.3-r100.ebuild')
-rw-r--r--www-apps/cgit/cgit-1.2.3-r100.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/www-apps/cgit/cgit-1.2.3-r100.ebuild b/www-apps/cgit/cgit-1.2.3-r100.ebuild
index 2f0d41e9244a..628a1c29f20d 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