diff options
author | 2022-07-28 06:30:32 +0100 | |
---|---|---|
committer | 2022-07-28 06:34:57 +0100 | |
commit | f0928266da90e30201921546c02c84988638f1b3 (patch) | |
tree | ad5aa29b1aedefcf482ca9a16ae53ebac865fd49 /dev-libs/nettle | |
parent | net-analyzer/wireshark: add remote-ids, shuffle maintainers (diff) | |
download | gentoo-f0928266da90e30201921546c02c84988638f1b3.tar.gz gentoo-f0928266da90e30201921546c02c84988638f1b3.tar.bz2 gentoo-f0928266da90e30201921546c02c84988638f1b3.zip |
dev-libs/nettle: add m4 BDEPEND
It's been needed for a while, apparently.
Closes: https://bugs.gentoo.org/861560
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/nettle')
-rw-r--r-- | dev-libs/nettle/nettle-3.8.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-libs/nettle/nettle-3.8.1.ebuild b/dev-libs/nettle/nettle-3.8.1.ebuild index 20881c96af4c..a032f465d13b 100644 --- a/dev-libs/nettle/nettle-3.8.1.ebuild +++ b/dev-libs/nettle/nettle-3.8.1.ebuild @@ -23,8 +23,11 @@ REQUIRED_USE="cpu_flags_arm_aes? ( cpu_flags_arm_sha1 cpu_flags_arm_sha2 ) DEPEND="gmp? ( >=dev-libs/gmp-6.1:0=[static-libs?,${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND}" -BDEPEND="doc? ( sys-apps/texinfo ) - verify-sig? ( sec-keys/openpgp-keys-nettle )" +BDEPEND=" + sys-devel/m4 + doc? ( sys-apps/texinfo ) + verify-sig? ( sec-keys/openpgp-keys-nettle ) +" MULTILIB_WRAPPED_HEADERS=( /usr/include/nettle/version.h |