commit:     826ae5e1de55e2c2d0b6943b5051ae585b32b088
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 05:21:04 2019 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 05:21:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826ae5e1

app-admin/cli53: EAPI 7

Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 app-admin/cli53/cli53-0.8.14.ebuild | 4 +---
 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 18bd66892b3..437a0b2c9da 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 18bd66892b3..437a0b2c9da 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
 }
 

Reply via email to