From fb36446be8afb82251163f4fdbacf15aceaac822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Sat, 1 Sep 2018 19:37:20 +0200 Subject: [PATCH] [dev-libs/libtommath] maybe fix --- dev-libs/libtommath/libtommath-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libtommath/libtommath-1.0.1.ebuild b/dev-libs/libtommath/libtommath-1.0.1.ebuild index a154d6c..6da1ca8 100644 --- a/dev-libs/libtommath/libtommath-1.0.1.ebuild +++ b/dev-libs/libtommath/libtommath-1.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools-multilib eutils multilib toolchain-funcs +inherit autotools eutils multilib-minimal toolchain-funcs DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications" HOMEPAGE="https://github.com/libtom/libtommath"