diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-29 18:01:47 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-29 18:01:47 +0000 |
commit | ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch) | |
tree | 9f47ee47c31a0f13f9496879cd88a1042550aa81 /sci-astronomy/wcslib | |
parent | 53cba99042fa967e2a93da9f8db806fe2d035543 (diff) |
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'sci-astronomy/wcslib')
-rw-r--r-- | sci-astronomy/wcslib/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/wcslib/wcslib-5.16.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sci-astronomy/wcslib/Manifest b/sci-astronomy/wcslib/Manifest index 711d226ca4af..0e0016d1f821 100644 --- a/sci-astronomy/wcslib/Manifest +++ b/sci-astronomy/wcslib/Manifest @@ -1,3 +1,3 @@ DIST wcslib-5.16.tar.bz2 2222111 BLAKE2B e11da145db6366804321cf415bdac621a930418f09d788c8b94413980710bb43357129a830462339127398082700a9f44f56dc0b8c96ef923d41ea0174dfd07f SHA512 bf7ab586995bdade8b96c77dee891c7d7ab6de82a7e2f94a09d89643e93658063f832efdb66e0bba11ad114b6e0ca555cba9308a84f0f22fb833e3a6303cefe6 -EBUILD wcslib-5.16.ebuild 1672 BLAKE2B cb4b23307baf6e981b6760398a90e864bb1adcfb066d8c973e0c848febc4942a34647cfbaa170a31f35d1390d1fe9ac321127d69e66c431c8659b42c98f9affb SHA512 2b6c660d4683a5833aafdd0b379fc0c9df512ec1ff09d2792272b6bbe9659896ea9bab8789997abbbab74a381f5ddcd01cce6dc42004746c6313a85fffd9b366 +EBUILD wcslib-5.16.ebuild 1627 BLAKE2B 82f6bbaef8adc5dd93dbdbed3694df63d912d90d27110f6e3b3d94b9f70e92db79f6d06df6f1ed410ed02eca6422f5456d7c6d1a94d3e7af8829b7b9faf5910f SHA512 81b766004f58c9ae95d98b70e152e0284948888102b714ea3b1dcb9b5189b25da50257d6a0d21044e425ed6df81b642d3a01e71145c6ab0d62f51748b96c55f3 MISC metadata.xml 976 BLAKE2B 7507ba6725d4a27888d6bc57c2e6c10bcb4a2bd06a2809228423b40009aa1fbef15303cb8a78a510cca5771f3d7cd3b59501751a0969990130d297fe6b1d7312 SHA512 cd4bc1614ea120e04ced965a92fdd343db9e4d1a6046b57efd503674547cfa45ce6a03bb3a2d34a472dccd885d598cbf3cd3d9d9fe182a2fc067a801e8eb9577 diff --git a/sci-astronomy/wcslib/wcslib-5.16.ebuild b/sci-astronomy/wcslib/wcslib-5.16.ebuild index 8dd1482b0a44..31cf8e9f6f92 100644 --- a/sci-astronomy/wcslib/wcslib-5.16.ebuild +++ b/sci-astronomy/wcslib/wcslib-5.16.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=6 @@ -25,7 +25,6 @@ DEPEND="${RDEPEND} src_configure() { local myconf=( - --docdir="${EPREFIX}"/usr/share/doc/${PF} --htmldir="${EPREFIX}"/usr/share/doc/${PF} $(use_enable fortran) $(use_enable tools utils) @@ -60,7 +59,7 @@ src_test() { emake -j1 check } -src_install () { +src_install() { default # static libs share the same symbols as shared (i.e. compiled with PIC) # so they are not compiled twice |