dev-lang/jsonnet: Use dolib.so rather than exeinto/doexe
authorPatrick McLean <patrick.mclean@sony.com>
Fri, 3 May 2019 17:24:50 +0000 (10:24 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Fri, 3 May 2019 17:25:09 +0000 (10:25 -0700)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-lang/jsonnet/jsonnet-0.12.1.ebuild

index 304c283510031fce60db8367a4821fa9dd92eb92..e021db68f24d7900c91b7952f0d2d88ba20a2c03 100644 (file)
@@ -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