* [gentoo-commits] repo/proj/guru:master commit in: sci-libs/chaco/
@ 2021-04-12 9:30 Andrew Ammerlaan
0 siblings, 0 replies; only message in thread
From: Andrew Ammerlaan @ 2021-04-12 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 956793289a2e739abc535a45060656a5bbde8a69
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Apr 12 07:54:20 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 12 07:54:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95679328
sci-libs/chaco: added missing die
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
sci-libs/chaco/chaco-2.2.ebuild | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/sci-libs/chaco/chaco-2.2.ebuild b/sci-libs/chaco/chaco-2.2.ebuild
index 12c58a451..745dd01c6 100644
--- a/sci-libs/chaco/chaco-2.2.ebuild
+++ b/sci-libs/chaco/chaco-2.2.ebuild
@@ -13,14 +13,10 @@ KEYWORDS="~amd64 ~x86"
PATCHES=( "${FILESDIR}/makefile.patch" )
S="${WORKDIR}/Chaco-${PV}"
-#src_prepare() {
-# eapply_user
-#}
-
src_install() {
- pushd code
+ pushd code || die
emake
- popd
+ popd || die
dobin "exec/chaco"
dodoc -r doc/.
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-04-12 9:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-12 9:30 [gentoo-commits] repo/proj/guru:master commit in: sci-libs/chaco/ Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox