diff options
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/gogo-protobuf/gogo-protobuf-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-go/gogo-protobuf/gogo-protobuf-1.3.1.ebuild b/dev-go/gogo-protobuf/gogo-protobuf-1.3.1.ebuild index 495b147e44de..767776edcd74 100644 --- a/dev-go/gogo-protobuf/gogo-protobuf-1.3.1.ebuild +++ b/dev-go/gogo-protobuf/gogo-protobuf-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,7 +33,7 @@ RESTRICT+=" test" S="${WORKDIR}/protobuf-${PV}" src_compile() { - GOBIN="${S}/bin" emake install || die + GOBIN="${S}/bin" emake install } src_install() { |