summaryrefslogtreecommitdiff
path: root/sci-mathematics/cliquer
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /sci-mathematics/cliquer
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'sci-mathematics/cliquer')
-rw-r--r--sci-mathematics/cliquer/Manifest2
-rw-r--r--sci-mathematics/cliquer/cliquer-1.21.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/cliquer/Manifest b/sci-mathematics/cliquer/Manifest
index 227d24b59207..3d395e17cb54 100644
--- a/sci-mathematics/cliquer/Manifest
+++ b/sci-mathematics/cliquer/Manifest
@@ -1,3 +1,3 @@
DIST cliquer-1.21.tar.gz 412440 BLAKE2B 0a4f31f6b005822271c67ab2f2532809b112a5ceb7aaf828b06bf6ca4cadfb836d3c1f6b70187908104c2eefedeececad6b020cde2d198141dc69801d5b1ce81 SHA512 2f72a649cfef46ef07cc3817a704fbfcda910b0b0a419deb361b2aa18437e4689a8b965e0e364a5d9ae391ba8591e022a0dc414b21c9102094ad28fb2f1b15a8
-EBUILD cliquer-1.21.ebuild 784 BLAKE2B d5c489e42bbf4afde5f9343fdd4d1f79c67aa782c5391250f3be2f275ea77f80e017f369c550b098648ae1304e498f538e2aad48e9aea20e793e0f4ab8b9e506 SHA512 3c15c07064a349bc66487c77a370926e70dd2bcd3a495822ee8160634fb1f0d9b5e5e86baaa0779fb6d37b16b9ee292eb4aae351618e58bbc59a0829690185dd
+EBUILD cliquer-1.21.ebuild 786 BLAKE2B 4a6d38c8109acad18e16b483ec90f3c25a249849a4577918639fdccd5ffedd9ac82a1a5b6d0caa1bacdbea035e1140532ad0a9e80658f9828605c9e3fbdff301 SHA512 8c22ac759160b1fe2b009965b177207d36178f7a53e6551d508308df899306458baa74f17770de3a0f13e4a4d51f3a3cce7cc7dac02851318f302a4a785b19fd
MISC metadata.xml 739 BLAKE2B c6fa693dfa35996f2bb14d5a466538770264b47830afb59b09b8e0a5b99818e5532ffd6b893b6ed906922fd24ff9abf2511cc849ed01dd5d39d0830b5f289b22 SHA512 a9414bab8c1b6c8858c0de265fd864deb31fef36294a5ebcda07fdaf54eabb1dd0694286215ac48f7f1d36a2682bfdf9fb2d0bcc7fecc5126c815c7281bc731f
diff --git a/sci-mathematics/cliquer/cliquer-1.21.ebuild b/sci-mathematics/cliquer/cliquer-1.21.ebuild
index e1d639781d68..0eb04b7ff17b 100644
--- a/sci-mathematics/cliquer/cliquer-1.21.ebuild
+++ b/sci-mathematics/cliquer/cliquer-1.21.ebuild
@@ -19,11 +19,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
-src_configure(){
+src_configure() {
econf $(use_enable static-libs static)
}
-src_install(){
+src_install() {
default
find "${ED}" -name '*.la' -delete || die
}