projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95b5122
)
dev-util/herdtools7: Make sure to die properly if build fails, update ocaml dep
author
Patrick McLean
<chutzpah@gentoo.org>
Fri, 15 Sep 2017 17:44:38 +0000
(10:44 -0700)
committer
Patrick McLean
<chutzpah@gentoo.org>
Fri, 15 Sep 2017 17:44:57 +0000
(10:44 -0700)
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-util/herdtools7/herdtools7-7.47.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/herdtools7/herdtools7-7.47.ebuild
b/dev-util/herdtools7/herdtools7-7.47.ebuild
index f4e8a84c5b07008b768d0ffccf3db656f2fd68a4..fbd02aff8ec1e70df8d847e44fa917534824b7d6 100644
(file)
--- a/
dev-util/herdtools7/herdtools7-7.47.ebuild
+++ b/
dev-util/herdtools7/herdtools7-7.47.ebuild
@@
-15,16
+15,16
@@
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-ml/ocamlbuild"
-RDEPEND=">=dev-lang/ocaml-4.0
1
.0"
+RDEPEND=">=dev-lang/ocaml-4.0
2
.0"
PATCHES=(
"${FILESDIR}/${P}-mkdir.patch"
)
src_compile() {
- ./build.sh /usr
+ ./build.sh /usr
|| die "Build failed"
}
src_install() {
- ./install.sh "${ED}/usr"
+ ./install.sh "${ED}/usr"
|| die "Install failed"
}