mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
- EAPI7 - Parallel tests - Convert 'sed' replacements into patches - Unconditionally remove bad tests Upstream: - Prevent escaping of semi-colon in GEO field - Faster/clearer property folding Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
25 lines
590 B
Diff
25 lines
590 B
Diff
From 6d28e03e9c5bc92ddfb92d2787af6a7d3baff24d Mon Sep 17 00:00:00 2001
|
|
From: Kent Fredric <kentnl@gentoo.org>
|
|
Date: Wed, 15 Jul 2020 23:59:05 +1200
|
|
Subject: Disable autoinstall and sign functionality
|
|
|
|
These aren't helpful for Gentoo
|
|
---
|
|
Makefile.PL | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/Makefile.PL b/Makefile.PL
|
|
index c3d895e..ea29f9b 100644
|
|
--- a/Makefile.PL
|
|
+++ b/Makefile.PL
|
|
@@ -13,6 +13,4 @@ requires('Class::Accessor');
|
|
requires('Text::vFile::asData');
|
|
requires('MIME::QuotedPrint');
|
|
requires('Class::ReturnValue');
|
|
-auto_install();
|
|
-sign();
|
|
WriteAll;
|
|
--
|
|
2.27.0
|
|
|