diff options
-rw-r--r-- | www-apps/cgit/cgit-1.2.3-r100.ebuild | 5 | ||||
-rw-r--r-- | 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 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 diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild index 8975d5eebd66..0efa5da905aa 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 |