Skip to content

Commit

Permalink
dev-go/gogo-protobuf: drop superfluous die
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 16, 2021
1 parent f1c164b commit 57a6388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-go/gogo-protobuf/gogo-protobuf-1.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 57a6388

Please sign in to comment.