build should auto-detect available algorithm.
as a temporary solution extract to own USE flag for user to specify.
Closes: https://bugs.gentoo.org/674534
Thanks: Toralf Förster
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
<name>Crypto</name>
</maintainer>
<use>
- <flag name="migration-tool">
- Build db migration tool
- </flag>
+ <flag name="gost">Enable gost algorithm</flag>
+ <flag name="migration-tool">Build db migration tool</flag>
</use>
</pkgmetadata>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
SRC_URI="https://www.opendnssec.org/files/source/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="bindist libressl migration-tool test"
+IUSE="bindist gost libressl migration-tool test"
SLOT="2"
LICENSE="BSD"
--disable-p11-kit \
--localstatedir="${EROOT}/var" \
$(use_enable !bindist ecc) \
- $(use_enable !libressl gost) \
+ $(use_enable gost) \
$(use_with migration-tool migrate)
}
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
SRC_URI="https://www.opendnssec.org/files/source/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="bindist libressl migration-tool test"
+IUSE="bindist gost libressl migration-tool test"
SLOT="2"
LICENSE="BSD"
--disable-p11-kit \
--localstatedir="${EROOT}/var" \
$(use_enable !bindist ecc) \
- $(use_enable !libressl gost) \
+ $(use_enable gost) \
$(use_with migration-tool migrate)
}