commit: 04fe19752d7faed93f5449044a2b060bfa91e827
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Fri May 3 17:24:50 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri May 3 17:25:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04fe1975
dev-lang/jsonnet: Use dolib.so rather than exeinto/doexe
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-lang/jsonnet/jsonnet-0.12.1.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild
b/dev-lang/jsonnet/jsonnet-0.12.1.ebuild
index 304c2835100..e021db68f24 100644
--- a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild
+++ b/dev-lang/jsonnet/jsonnet-0.12.1.ebuild
@@ -48,10 +48,7 @@ python_test() {
}
src_install() {
- # no install target in the Makefile
- exeinto /usr/$(get_libdir)
- doexe libjsonnet*.so
-
+ dolib.so libjsonnet*.so
dobin jsonnet
use python && distutils-r1_src_install