From: Pacho Ramos Date: Sun, 14 Oct 2018 12:53:19 +0000 (+0200) Subject: www-apps/gitea: Fix deps (#615378) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7c8afd00f5af33c538d8d86eb9dfd7cb32352526;p=gentoo.git www-apps/gitea: Fix deps (#615378) Closes: https://bugs.gentoo.org/615378 Signed-off-by: Pacho Ramos Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- 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