From 323afedd6e46d273457add43d92f166ffba5acbf Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 27 Oct 2019 02:33:04 +0100 Subject: Fix building of some legacy ebuilds --- .../openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app-admin/openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild') diff --git a/app-admin/openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild b/app-admin/openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild index 8e21426..f85e058 100644 --- a/app-admin/openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild +++ b/app-admin/openshift-source-to-image/openshift-source-to-image-1.1.8.ebuild @@ -23,6 +23,10 @@ src_compile() { export S2I_GIT_MINOR="" export S2I_GIT_MAJOR="" export S2I_GIT_VERSION="v${PV}" + + # Check fails go1.12 < go1.4 + sed -i'' -e 's#go1.4#go1.10#' hack/common.sh + hack/build-go.sh || die } -- cgit v1.2.3