summaryrefslogtreecommitdiff
path: root/dev-lang/open-cobol
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /dev-lang/open-cobol
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-lang/open-cobol')
-rw-r--r--dev-lang/open-cobol/Manifest2
-rw-r--r--dev-lang/open-cobol/open-cobol-1.1.ebuild9
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-lang/open-cobol/Manifest b/dev-lang/open-cobol/Manifest
index c099f02aad49..974a5163d293 100644
--- a/dev-lang/open-cobol/Manifest
+++ b/dev-lang/open-cobol/Manifest
@@ -1,3 +1,3 @@
DIST open-cobol-1.1.tar.gz 1007791 BLAKE2B 9154590626d885a75043c2426c1fafb146e0f7213d05f353f6d01c0e6b8cd8073e12f454a19ae1d3c712606f1c15958f241a7c54f76c995d0ce396d1eba1a0b0 SHA512 eb06cec456425ba5f4a091ae4ac0bfd14f38549bc147c606a022804f602102df6dbf0d399614f0eda49d50dee17eef55087748853a8cc8bdd1248f94fd09110c
-EBUILD open-cobol-1.1.ebuild 814 BLAKE2B 0597053d764d537c051aeb09bcf1c81a9e70f7ad595b7630669318a6ee8e12f0d1bc87ee550db64fa0bb1e3ce2e8b4263669b04fa721cc467bfd7f6299334934 SHA512 83b1f373818bee78a3ad61dfeb0998ef5c8621221e6356d2df16d480012f3e2f4384576807bfc1359bd0e0dca5af16cb21ef537a412f07d11fef5691a089657b
+EBUILD open-cobol-1.1.ebuild 896 BLAKE2B 03c48a84ba4a89f369a9bd75dd3667584999ec6a93d113eca1349552b2ba4cb2891e777dcc52ab81b2e9d157c9c6961c6dbfeb415cecb31eee89187148ab8333 SHA512 d629ab20bf07975e214eef6f350e9b351bbe2f7a07fea8f6577f65723ea053a0a10e37674ea6bca413864f63952a39f1835c6742ca7c5c7e99983d7dc3e5029a
MISC metadata.xml 327 BLAKE2B ed14fa0be405952fbfef1cdf2b18aa7ca5f627c41fd10d98ce29218d77de5e3475ccc410a49b1443d8145c013ffcdcbd6bdd0b33e8f9416c6bbccd12217a0baa SHA512 955b474d83164c7c8f0259d0b644b2c2805112bd57415f6618f0c96bc87551c5bd1adb9c3de9d571e7f1cb1090c7c96b4197f82fc55ce61a28d273b67bccc518
diff --git a/dev-lang/open-cobol/open-cobol-1.1.ebuild b/dev-lang/open-cobol/open-cobol-1.1.ebuild
index 83ba13532f67..d7fd39c417a0 100644
--- a/dev-lang/open-cobol/open-cobol-1.1.ebuild
+++ b/dev-lang/open-cobol/open-cobol-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -29,6 +29,11 @@ src_configure() {
econf \
$(use_with berkdb db) \
$(use_enable nls) \
- $(use_with readline)
+ $(use_with readline) \
+ --disable-static
+}
+
+src_install() {
default
+ find "${ED}" -name '*.la' -delete || die
}