Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/
Date: Sun, 14 Oct 2018 13:03:12
Message-Id: 1539522148.7c8afd00f5af33c538d8d86eb9dfd7cb32352526.pacho@gentoo
1 commit: 7c8afd00f5af33c538d8d86eb9dfd7cb32352526
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 12:53:19 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 13:02:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8afd00
7
8 www-apps/gitea: Fix deps (#615378)
9
10 Closes: https://bugs.gentoo.org/615378
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 www-apps/gitea/gitea-1.5.2.ebuild | 12 +++++++++---
15 1 file changed, 9 insertions(+), 3 deletions(-)
16
17 diff --git a/www-apps/gitea/gitea-1.5.2.ebuild b/www-apps/gitea/gitea-1.5.2.ebuild
18 index ef344def188..49bba0eddfb 100644
19 --- a/www-apps/gitea/gitea-1.5.2.ebuild
20 +++ b/www-apps/gitea/gitea-1.5.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -14,8 +14,14 @@ SRC_URI="https://github.com/go-gitea/gitea/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 LICENSE="MIT"
29 SLOT="0"
30
31 -DEPEND="dev-go/go-bindata"
32 -RDEPEND="dev-vcs/git"
33 +DEPEND="
34 + dev-go/go-bindata
35 + sys-libs/pam
36 +"
37 +RDEPEND="
38 + dev-vcs/git
39 + sys-libs/pam
40 +"
41
42 pkg_setup() {
43 enewgroup git