From 57a638818abc19269d03955257d06d88a409707c Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 Apr 2021 03:09:42 +0100 Subject: dev-go/gogo-protobuf: drop superfluous die Signed-off-by: Sam James --- dev-go/gogo-protobuf/gogo-protobuf-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-go') 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() { -- cgit v1.2.3-65-gdbad