Upgrade requirements.
This commit is contained in:
parent
5179eff409
commit
e7c1f23319
|
@ -0,0 +1 @@
|
|||
DIST go-bindata-3.7.0.tar.gz 24148 BLAKE2B ec20cdb1e47e0e4e025c8509deefca36e99d4f18aa20c2976eaf02f79dd761c8349783e6f629ed1f1f0b469daff91454f1013fbcf0ab462f63c7293b095eec1e SHA512 f816fa79bd66362bf1ee6fbacdaaaa1c043d807795c8b3e2579f7f4e119f5c1a763903f5e9177ccb767079fd46084beb891ffcb924360a9273560543f22ea8a9
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
# NOTE: The original github.com/jteeuwen/go-bindata is no more maintained.
|
||||
# Instead, we use a fork which is API compatible.
|
||||
# For more details, see https://github.com/Dr-Terrible/go-overlay/issues/76
|
||||
GOLANG_PKG_IMPORTPATH="github.com/kevinburke"
|
||||
GOLANG_PKG_ARCHIVEPREFIX="v"
|
||||
GOLANG_PKG_IS_MULTIPLE=1
|
||||
GOLANG_PKG_HAVE_TEST=1
|
||||
|
||||
inherit golang-single
|
||||
|
||||
DESCRIPTION="A small utility for embedding binary data in a GoLang program."
|
||||
|
||||
LICENSE="CC0-1.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86 arm"
|
|
@ -12,6 +12,7 @@ app-forensics/chkrootkit ~amd64
|
|||
<app-portage/getdelta-1 ~amd64
|
||||
<app-shells/gentoo-zsh-completions-20190101 ~amd64
|
||||
<app-shells/zsh-completions-1 ~amd64
|
||||
<dev-lang/go-1.11 ~amd64
|
||||
<dev-lang/vala-1 ~amd64
|
||||
<dev-libs/libgee-1 ~amd64
|
||||
<dev-libs/vala-common-1 ~amd64
|
||||
|
|
Loading…
Reference in New Issue