summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2019-07-10 21:23:42 +1200
committerKent Fredric <kentnl@gentoo.org>2019-07-10 21:23:42 +1200
commit1dd03d494e720ea492a7c8df9a751c8867060412 (patch)
tree734093614012b988787d11a4cb0a19f6c66fa111 /dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r1.ebuild
parentdev-perl/Crypt-Random: Bump to version 1.520.0 re bug #625654 (diff)
downloadgentoo-1dd03d494e720ea492a7c8df9a751c8867060412.tar.gz
gentoo-1dd03d494e720ea492a7c8df9a751c8867060412.tar.bz2
gentoo-1dd03d494e720ea492a7c8df9a751c8867060412.zip
dev-perl/Crypt-OpenSSL-DSA: Increase minimum libressl re bug #624140
Please reopen bug #624140 if this is not sufficient to fix this issue. Closes: https://bugs.gentoo.org/624140 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r1.ebuild')
-rw-r--r--dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r1.ebuild b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r1.ebuild
new file mode 100644
index 000000000000..9ee9e47cd10e
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=KMX
+DIST_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION='Digital Signature Algorithm using OpenSSL'
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
+IUSE="libressl"
+
+RDEPEND="
+ !libressl? ( dev-libs/openssl:0 )
+ libressl? ( >=dev-libs/libressl-2.7.2 )
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+
+DIST_TEST=do
+# otherwise random fails occur