summaryrefslogtreecommitdiff
path: root/sci-libs/symmetrica/symmetrica-3.0.1.ebuild
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-libs/symmetrica/symmetrica-3.0.1.ebuild
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'sci-libs/symmetrica/symmetrica-3.0.1.ebuild')
-rw-r--r--sci-libs/symmetrica/symmetrica-3.0.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild
index eab633507c88..f616c5710f80 100644
--- a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild
+++ b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild
@@ -9,16 +9,16 @@ SRC_URI="https://gitlab.com/sagemath/symmetrica/uploads/b3d8e1ad5ab2449c30bbc314
LICENSE="ISC"
SLOT="0/2"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="doc"
DOCS=( README.md )
-src_configure(){
+src_configure() {
econf $(use_enable doc)
}
-src_install(){
+src_install() {
default
find "${ED}" -name '*.la' -delete || die
}