Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Digest-SHA1/
Date: Tue, 25 May 2021 18:57:51
Message-Id: 1621969043.bc24bca97fdcf3b08c6572678c221094c697d2f8.dilfridge@gentoo
1 commit: bc24bca97fdcf3b08c6572678c221094c697d2f8
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 18:26:56 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 18:57:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc24bca9
7
8 dev-perl/Digest-SHA1: Stable for all
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Digest-SHA1/Digest-SHA1-2.130.0-r2.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0-r2.ebuild b/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0-r2.ebuild
17 index 80be2fc5530..8dacce86c2a 100644
18 --- a/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0-r2.ebuild
19 +++ b/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0-r2.ebuild
20 @@ -10,7 +10,7 @@ inherit perl-module
21 DESCRIPTION="NIST SHA message digest algorithm"
22
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26
27 RDEPEND="
28 >=virtual/perl-Digest-1.0.0
29 @@ -18,6 +18,7 @@ RDEPEND="
30 BDEPEND="${DEPEND}
31 virtual/perl-ExtUtils-MakeMaker
32 "
33 +
34 src_compile() {
35 mymake=(
36 "OPTIMIZE=${CFLAGS}"