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-MD4/
Date: Tue, 25 May 2021 18:57:50
Message-Id: 1621969025.d8a99b807d77b85906cb81b1f40bab0899da289a.dilfridge@gentoo
1 commit: d8a99b807d77b85906cb81b1f40bab0899da289a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 18:20:26 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 18:57:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a99b80
7
8 dev-perl/Digest-MD4: 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-MD4/Digest-MD4-1.900.0-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Digest-MD4/Digest-MD4-1.900.0-r2.ebuild b/dev-perl/Digest-MD4/Digest-MD4-1.900.0-r2.ebuild
17 index 605c838b5f8..e7c78d14734 100644
18 --- a/dev-perl/Digest-MD4/Digest-MD4-1.900.0-r2.ebuild
19 +++ b/dev-perl/Digest-MD4/Digest-MD4-1.900.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ inherit perl-module
27 DESCRIPTION="MD4 message digest algorithm"
28 LICENSE="|| ( Artistic GPL-1+ ) RSA"
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
31 +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
32
33 RDEPEND="
34 virtual/perl-File-Spec