www-apps/gitea: Fix deps (#615378)
authorPacho Ramos <pacho@gentoo.org>
Sun, 14 Oct 2018 12:53:19 +0000 (14:53 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 14 Oct 2018 13:02:28 +0000 (15:02 +0200)
Closes: https://bugs.gentoo.org/615378
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

www-apps/gitea/gitea-1.5.2.ebuild

index ef344def188d4dfe89735d50e21fc464ba90203f..49bba0eddfbc86c659799a48dcbc72ae062828cf 100644 (file)
@@ -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