dev-lang/spidermonkey:{38,45} drop more static libs
authorIan Stakenvicius <axs@gentoo.org>
Tue, 28 Feb 2017 20:41:15 +0000 (15:41 -0500)
committerIan Stakenvicius <axs@gentoo.org>
Tue, 28 Feb 2017 20:42:01 +0000 (15:42 -0500)
Package-Manager: portage-2.3.3

dev-lang/spidermonkey/spidermonkey-38.2.1_rc0.ebuild
dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild

index a34a7534a6d4490238fc1fa78b111fc08b69433b..42e2c0460c4135ec0bbd0584068df3d5a2fc7446 100644 (file)
@@ -140,6 +140,6 @@ src_install() {
        if ! use static-libs; then
                # We can't actually disable building of static libraries
                # They're used by the tests and in a few other places
-               find "${D}" -iname '*.a' -delete || die
+               find "${D}" -iname '*.a' -o -iname '*.ajs' -delete || die
        fi
 }
index addd5d92d01c8f771e3d5fa10c9f19bc7d367499..26f88cce97ffdfebcd79c42bb8634a8d8f2f2e66 100644 (file)
@@ -141,6 +141,6 @@ src_install() {
        if ! use static-libs; then
                # We can't actually disable building of static libraries
                # They're used by the tests and in a few other places
-               find "${D}" -iname '*.a' -delete || die
+               find "${D}" -iname '*.a' -o -iname '*.ajs' -delete || die
        fi
 }