Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-RsyncP/
Date: Mon, 31 May 2021 22:38:24
Message-Id: 1622500671.52657616d2b7c5eba984fbc07fd5dd87361f9e58.sam@gentoo
1 commit: 52657616d2b7c5eba984fbc07fd5dd87361f9e58
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 22:36:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 22:37:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52657616
7
8 dev-perl/File-RsyncP: Stabilize 0.760.0 sparc, #793266
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/File-RsyncP/File-RsyncP-0.760.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.760.0.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.760.0.ebuild
16 index 8f1d9c6227f..6bbc7d33e15 100644
17 --- a/dev-perl/File-RsyncP/File-RsyncP-0.760.0.ebuild
18 +++ b/dev-perl/File-RsyncP/File-RsyncP-0.760.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ HOMEPAGE="http://perlrsync.sourceforge.net/ https://metacpan.org/release/File-Rs
26 # Bundled files make for some weirdness
27 LICENSE="GPL-3+ GPL-2+ RSA"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 sparc ~x86"
31
32 RDEPEND="
33 >=virtual/perl-Getopt-Long-2.240.0