commit: d1f4b9c3090c42da0d5b4e82f1bca7ee55a046bf
parent 4abc5de20c03b4c2f062e4cce6d128cd170e6d47
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 3 Jul 2021 16:56:59 +0200
dev-lang/go: EAPI-8 bump
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-lang/go/go-0.20171003.ebuild b/dev-lang/go/go-0.20171003.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
MY_PV="${PV//0./}"
@@ -66,7 +66,7 @@ pkg_postinst() {
# linker are also checked - so we need to fix them too.
ebegin "fixing timestamps to avoid unnecessary rebuilds"
tref="usr/lib/go1.4/pkg/*/runtime.a"
- find "${EROOT}"usr/lib/go1.4 -type f \
- -exec touch -r "${EROOT}"${tref} {} \;
+ find "${EROOT}/usr/lib/go1.4" -type f \
+ -exec touch -r "${EROOT}/${tref}" {} \;
eend $?
}