diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-24 13:36:41 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-24 16:46:53 +0200 |
commit | fff37fe38db9200f05a8a80e8d74862488678f99 (patch) | |
tree | cec7ac9d2066e078828e0a95fcd7a90597be245c /dev-perl/Net-SSLeay | |
parent | dev-perl/DBD-mysql: Remove old (diff) | |
download | gentoo-fff37fe38db9200f05a8a80e8d74862488678f99.tar.gz gentoo-fff37fe38db9200f05a8a80e8d74862488678f99.tar.bz2 gentoo-fff37fe38db9200f05a8a80e8d74862488678f99.zip |
dev-perl/Net-SSLeay: libressl support dropped
Closes: https://bugs.gentoo.org/664456
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Net-SSLeay')
-rw-r--r-- | dev-perl/Net-SSLeay/Net-SSLeay-1.880.0-r1.ebuild (renamed from dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0-r1.ebuild index afd6bf8a87ce..126f6abf0353 100644 --- a/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild +++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0-r1.ebuild @@ -13,12 +13,11 @@ DESCRIPTION="Perl extension for using OpenSSL" LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="libressl test minimal examples" +IUSE="test minimal examples" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= virtual/perl-MIME-Base64 " DEPEND="${RDEPEND} |