diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-03-02 00:21:04 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-03-02 00:21:04 -0500 |
commit | 826ae5e1de55e2c2d0b6943b5051ae585b32b088 (patch) | |
tree | 5d8873965b015b4b5d6f12fffce73d39e48dd256 /app-admin/cli53 | |
parent | app-admin/cli53: remove old (diff) | |
download | gentoo-826ae5e1de55e2c2d0b6943b5051ae585b32b088.tar.gz gentoo-826ae5e1de55e2c2d0b6943b5051ae585b32b088.tar.bz2 gentoo-826ae5e1de55e2c2d0b6943b5051ae585b32b088.zip |
app-admin/cli53: EAPI 7
Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-admin/cli53')
-rw-r--r-- | app-admin/cli53/cli53-0.8.14.ebuild | 4 | ||||
-rw-r--r-- | app-admin/cli53/cli53-9999.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/app-admin/cli53/cli53-0.8.14.ebuild b/app-admin/cli53/cli53-0.8.14.ebuild index 18bd66892b38..437a0b2c9da1 100644 --- a/app-admin/cli53/cli53-0.8.14.ebuild +++ b/app-admin/cli53/cli53-0.8.14.ebuild @@ -1,7 +1,7 @@ # Copyright 2016-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} == 9999 ]]; then inherit golang-vcs @@ -21,8 +21,6 @@ EGO_PN="github.com/barnybug/cli53" S="${WORKDIR}/${P}/src/${EGO_PN}" src_compile() { - # https://bugs.gentoo.org/679110 - unset XDG_CACHE_HOME GOPATH="${WORKDIR}/${P}" emake build } diff --git a/app-admin/cli53/cli53-9999.ebuild b/app-admin/cli53/cli53-9999.ebuild index 18bd66892b38..437a0b2c9da1 100644 --- a/app-admin/cli53/cli53-9999.ebuild +++ b/app-admin/cli53/cli53-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2016-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} == 9999 ]]; then inherit golang-vcs @@ -21,8 +21,6 @@ EGO_PN="github.com/barnybug/cli53" S="${WORKDIR}/${P}/src/${EGO_PN}" src_compile() { - # https://bugs.gentoo.org/679110 - unset XDG_CACHE_HOME GOPATH="${WORKDIR}/${P}" emake build } |