commit: fff37fe38db9200f05a8a80e8d74862488678f99 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Apr 24 11:36:41 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Apr 24 14:46:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff37fe3
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 <AT> gentoo.org> .../{Net-SSLeay-1.880.0.ebuild => Net-SSLeay-1.880.0-r1.ebuild} | 5 ++--- 1 file 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 similarity index 92% rename from dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild rename to dev-perl/Net-SSLeay/Net-SSLeay-1.880.0-r1.ebuild index afd6bf8a87c..126f6abf035 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}
