diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-04-09 13:52:46 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-04-12 08:22:13 +0100 |
commit | 488cd41af6e9621d8adac28db1782c41d3e69908 (patch) | |
tree | 34a9f54f08dd46c017884a7f597a7189fa4222ac /dev-libs/cl | |
parent | rebar.eclass: depend on slotted rebar2 (diff) | |
download | gentoo-488cd41af6e9621d8adac28db1782c41d3e69908.tar.gz gentoo-488cd41af6e9621d8adac28db1782c41d3e69908.tar.bz2 gentoo-488cd41af6e9621d8adac28db1782c41d3e69908.zip |
dev-libs/cl: depend on slotted rebar2
Also quote $WORKDIR.
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-libs/cl')
-rw-r--r-- | dev-libs/cl/cl-1.2.4-r2.ebuild (renamed from dev-libs/cl/cl-1.2.4-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cl/cl-1.2.4-r1.ebuild b/dev-libs/cl/cl-1.2.4-r2.ebuild index 8d9a8d858935..94c50104bc4a 100644 --- a/dev-libs/cl/cl-1.2.4-r1.ebuild +++ b/dev-libs/cl/cl-1.2.4-r2.ebuild @@ -13,12 +13,12 @@ KEYWORDS="amd64 x86" RDEPEND=" >=dev-lang/erlang-16 - dev-util/rebar + dev-util/rebar:0 virtual/opencl " DEPEND="${RDEPEND}" -S=${WORKDIR}/${PN}-${P} +S="${WORKDIR}"/${PN}-${P} src_compile() { rebar compile || die |