Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/cgit/
Date: Thu, 02 Jan 2020 03:02:10
Message-Id: 1577934069.4033b898b72e8ac6a1c10bf085cbcea9b8fbdf57.steils@gentoo
1 commit: 4033b898b72e8ac6a1c10bf085cbcea9b8fbdf57
2 Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 2 02:59:50 2020 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 03:01:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4033b898
7
8 www-apps/cgit: add USE=libressl
9
10 Closes: https://bugs.gentoo.org/702320
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
13
14 www-apps/cgit/cgit-1.2.1.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/www-apps/cgit/cgit-1.2.1.ebuild b/www-apps/cgit/cgit-1.2.1.ebuild
18 index 825e750d423..04dc11ed32e 100644
19 --- a/www-apps/cgit/cgit-1.2.1.ebuild
20 +++ b/www-apps/cgit/cgit-1.2.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -19,14 +19,15 @@ SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="amd64 arm x86"
31 -IUSE="doc +highlight +lua +jit"
32 +IUSE="doc +highlight libressl +lua +jit"
33
34 RDEPEND="
35 dev-vcs/git
36 sys-libs/zlib
37 - dev-libs/openssl:0
38 virtual/httpd-cgi
39 highlight? ( || ( dev-python/pygments app-text/highlight ) )
40 + !libressl? ( dev-libs/openssl:0= )
41 + libressl? ( dev-libs/libressl:0= )
42 lua? ( jit? ( dev-lang/luajit ) !jit? ( dev-lang/lua:0 ) )
43 "
44 # ebuilds without WEBAPP_MANUAL_SLOT="yes" are broken