logo

overlay

My (experimental) gentoo overlay
commit: 6dd843f4ab72badbac4022e6ae32716efe149c9b
parent: 8b4c556b9fe1883aa26663a77417405f31ff72e3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 20 Dec 2018 02:16:28 +0100

dev-libs/libtomcrypt: USE=libtommath by default

Diffstat:

Mdev-libs/libtomcrypt/libtomcrypt-1.18.2.ebuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libtom/libtomcrypt/releases/download/v${PV}/crypt-${ LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="doc libtommath tomsfastmath" +IUSE="doc +libtommath tomsfastmath" RDEPEND="libtommath? ( dev-libs/libtommath ) tomsfastmath? ( >=dev-libs/tomsfastmath-0.12 )