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/Data-UUID/
Date: Sun, 16 May 2021 00:20:56
Message-Id: 1621124050.860bad0cdc6d1572719be920bc378bd71a5fc51b.sam@gentoo
1 commit: 860bad0cdc6d1572719be920bc378bd71a5fc51b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 00:14:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 00:14:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860bad0c
7
8 dev-perl/Data-UUID: Stabilize 1.226.0 ppc, #790428
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild b/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild
16 index 5548b18165c..4ab24f2e626 100644
17 --- a/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild
18 +++ b/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild
19 @@ -11,7 +11,7 @@ DESCRIPTION="Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
24 +KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
25
26 RDEPEND="
27 virtual/perl-Digest-MD5