diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-10-14 14:53:19 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-10-14 15:02:28 +0200 |
commit | 7c8afd00f5af33c538d8d86eb9dfd7cb32352526 (patch) | |
tree | 34362fb04fdc0d38bf7b51b0ef09e9804986c89c /www-apps/gitea | |
parent | net-nntp/suck: Drop optional inn support (#608908) (diff) | |
download | gentoo-7c8afd00f5af33c538d8d86eb9dfd7cb32352526.tar.gz gentoo-7c8afd00f5af33c538d8d86eb9dfd7cb32352526.tar.bz2 gentoo-7c8afd00f5af33c538d8d86eb9dfd7cb32352526.zip |
www-apps/gitea: Fix deps (#615378)
Closes: https://bugs.gentoo.org/615378
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'www-apps/gitea')
-rw-r--r-- | www-apps/gitea/gitea-1.5.2.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/www-apps/gitea/gitea-1.5.2.ebuild b/www-apps/gitea/gitea-1.5.2.ebuild index ef344def188d..49bba0eddfbc 100644 --- a/www-apps/gitea/gitea-1.5.2.ebuild +++ b/www-apps/gitea/gitea-1.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,8 +14,14 @@ SRC_URI="https://github.com/go-gitea/gitea/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -DEPEND="dev-go/go-bindata" -RDEPEND="dev-vcs/git" +DEPEND=" + dev-go/go-bindata + sys-libs/pam +" +RDEPEND=" + dev-vcs/git + sys-libs/pam +" pkg_setup() { enewgroup git |