diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-06-30 15:10:07 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-06-30 15:13:41 +0200 |
commit | 5c6894c8043cfa204b6a4b1dcb53dde3ed37dea1 (patch) | |
tree | 983570fa161580df3d35fbe1d1314f096e8e5600 /dev-lang/dafny-bin | |
parent | app-misc/elasticsearch: remove unused files (diff) | |
download | gentoo-5c6894c8043cfa204b6a4b1dcb53dde3ed37dea1.tar.gz gentoo-5c6894c8043cfa204b6a4b1dcb53dde3ed37dea1.tar.bz2 gentoo-5c6894c8043cfa204b6a4b1dcb53dde3ed37dea1.zip |
dev-lang/dafny-bin: add missing runtime deps; exe bit for ibs
Closes: https://bugs.gentoo.org/855215
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/dafny-bin')
-rw-r--r-- | dev-lang/dafny-bin/dafny-bin-3.7.1-r1.ebuild (renamed from dev-lang/dafny-bin/dafny-bin-3.7.1.ebuild) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-lang/dafny-bin/dafny-bin-3.7.1.ebuild b/dev-lang/dafny-bin/dafny-bin-3.7.1-r1.ebuild index ee4df7023ffb..9677b86513fe 100644 --- a/dev-lang/dafny-bin/dafny-bin-3.7.1.ebuild +++ b/dev-lang/dafny-bin/dafny-bin-3.7.1-r1.ebuild @@ -12,7 +12,11 @@ SLOT="0" KEYWORDS="-* ~amd64" # Binaries are compiled only for x86_64. REQUIRED_USE="elibc_glibc" -RDEPEND="sci-mathematics/z3" +RDEPEND=" + dev-libs/userspace-rcu + dev-util/lttng-ust + sci-mathematics/z3 +" BDEPEND="app-arch/unzip" S="${WORKDIR}"/dafny @@ -33,8 +37,8 @@ src_install() { insinto ${dest} doins "${S}"/* + fperms 755 ${dest}/*.so - # CONSIDER: Just the entry-point binaries need executable permissions? local bin for bin in DafnyServer dafny ; do fperms 755 ${dest}/${bin} |