Line
Link Here
|
0 |
-- a/Makefile.PL |
0 |
++ b/Makefile.PL |
Lines 164-173
if ($HAVE_FILE_SPEC) {
Link Here
|
164 |
my $abs = File::Spec->catfile($dir, 'gpg'); |
164 |
my $abs = File::Spec->catfile($dir, 'gpg'); |
165 |
my $cmd; |
165 |
my $cmd; |
166 |
if ($cmd = MM->maybe_command($abs)) { |
166 |
if ($cmd = MM->maybe_command($abs)) { |
167 |
print "Importing PAUSE public key into your GnuPG keychain... "; |
167 |
# print "Importing PAUSE public key into your GnuPG keychain... "; |
168 |
system($cmd, '--quiet', '--import', <PAUSE*.pub>); |
168 |
# system($cmd, '--quiet', '--import', <PAUSE*.pub>); |
169 |
print "done!\n"; |
169 |
# print "done!\n"; |
170 |
print "(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')\n"; |
170 |
# print "(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')\n"; |
|
|
171 |
print "Skipping PAUSE public key import. See https://bugs.gentoo.org/830599\n"; |
171 |
last; |
172 |
last; |
172 |
} |
173 |
} |
173 |
} |
174 |
} |