[www-apps/gitea] at least builds with go 1.13, we'll see if it works
This commit is contained in:
parent
3a0ff59d53
commit
7032610dbe
@ -5,7 +5,6 @@ EAPI=7
|
|||||||
inherit golang-vcs-snapshot tmpfiles systemd
|
inherit golang-vcs-snapshot tmpfiles systemd
|
||||||
|
|
||||||
MY_PV=${PV/_/-}
|
MY_PV=${PV/_/-}
|
||||||
#MY_P=${PN}-${MY_PV}
|
|
||||||
|
|
||||||
EGO_PN="code.gitea.io/gitea"
|
EGO_PN="code.gitea.io/gitea"
|
||||||
|
|
||||||
@ -18,7 +17,7 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64 ~arm ~arm64"
|
KEYWORDS="~amd64 ~arm ~arm64"
|
||||||
IUSE="+acct pam sqlite"
|
IUSE="+acct pam sqlite"
|
||||||
|
|
||||||
BDEPEND="<dev-lang/go-1.13"
|
BDEPEND=">=dev-lang/go-1.11"
|
||||||
COMMON_DEPEND="
|
COMMON_DEPEND="
|
||||||
acct? (
|
acct? (
|
||||||
acct-group/git
|
acct-group/git
|
||||||
|
Loading…
Reference in New Issue
Block a user