projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
687e78e
)
dev-libs/cl: Replace "git" with PV (bug #585590 by Oleg).
author
Jeroen Roovers
<jer@gentoo.org>
Sun, 12 Jun 2016 06:14:07 +0000
(08:14 +0200)
committer
Jeroen Roovers
<jer@gentoo.org>
Sun, 12 Jun 2016 06:14:27 +0000
(08:14 +0200)
Package-Manager: portage-2.3.0_rc1
dev-libs/cl/cl-1.2.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/cl/cl-1.2.1.ebuild
b/dev-libs/cl/cl-1.2.1.ebuild
index 8dbad115069cc17b5cc67fd371d7d4f9fe9759c8..ec56ff88531e289829209640210a893c6fc1be22 100644
(file)
--- a/
dev-libs/cl/cl-1.2.1.ebuild
+++ b/
dev-libs/cl/cl-1.2.1.ebuild
@@
-3,7
+3,7
@@
# $Header: /var/cvsroot/gentoo-x86/media-libs/esdl/esdl-1.2.ebuild,v 1.1 2013/02/12 14:41:54 george Exp $
EAPI=6
-inherit eutils
fixheadtails
multilib
+inherit eutils multilib
DESCRIPTION="OpenCL bindings for Erlang"
HOMEPAGE="https://github.com/tonyrog/cl"
@@
-22,6
+22,12
@@
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}-${P}
+src_prepare() {
+ sed -i -e "s|git|\"${PV}\"|" src/cl.app.src || die
+
+ eapply_user
+}
+
src_compile() {
rebar compile || die
}