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/Test-Time/
Date: Sun, 05 Dec 2021 03:06:17
Message-Id: 1638673336.83ff71e6519bae4d2a83d777b6f12c9bf5ec8006.sam@gentoo
1 commit: 83ff71e6519bae4d2a83d777b6f12c9bf5ec8006
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 03:02:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 03:02:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ff71e6
7
8 dev-perl/Test-Time: Stabilize 0.80.0 amd64, #828199
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/Test-Time/Test-Time-0.80.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
16 index 8840c3ad187e..406706c0797d 100644
17 --- a/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
18 +++ b/dev-perl/Test-Time/Test-Time-0.80.0.ebuild
19 @@ -10,7 +10,7 @@ inherit perl-module
20 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
21
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
25
26 RDEPEND="
27 virtual/perl-Test-Simple