summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2019-06-13 11:27:40 +0100
committerTony Vroon <chainsaw@gentoo.org>2019-06-13 11:27:40 +0100
commite07299f804a8376bb5bf85d28916e0a360199f3e (patch)
tree040ee06aafaf08a7f30ccf6e9ff992426871a936 /dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild
parentsys-libs/libblockdev: Synced live ebuild. (diff)
downloadgentoo-e07299f804a8376bb5bf85d28916e0a360199f3e.tar.gz
gentoo-e07299f804a8376bb5bf85d28916e0a360199f3e.tar.bz2
gentoo-e07299f804a8376bb5bf85d28916e0a360199f3e.zip
dev-perl/Crypt-Curve25519: Fix fmul conflicting types build breakage.
With thanks to Mike Benson for trawling the upstream bug reports: https://github.com/ajgb/crypt-curve25519/issues/9#issuecomment-447845725 No revision bump as the package does not install without the fix. This uses a patch rather than a sed statement, as the latter could fail silently. Closes: https://bugs.gentoo.org/669436 Suggested-By: Mike Benson <mike@kambe.com.au> Signed-Off-By: Tony Vroon <chainsaw@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild')
-rw-r--r--dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild b/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild
index 058124122629..85c685c418fa 100644
--- a/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild
+++ b/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,6 +12,8 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
+PATCHES="${FILESDIR}/${P}-fmul-fixedvar.patch"
+
RDEPEND="
virtual/perl-Carp
virtual/perl-Exporter