diff options
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 |