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/Time-Monotonic/
Date: Thu, 08 Jul 2021 19:36:35
Message-Id: 1625772952.a5291ca5f6f51667c633ae70deaa130e6e2c3bc6.dilfridge@gentoo
1 commit: a5291ca5f6f51667c633ae70deaa130e6e2c3bc6
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 19:35:52 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 19:35:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5291ca5
7
8 dev-perl/Time-Monotonic: stable for amd64
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild b/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild
17 index 9533cd382fb..3932193dd3d 100644
18 --- a/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild
19 +++ b/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ inherit perl-module
27 DESCRIPTION="A clock source that only increments and never jumps"
28
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 ~x86"
32 IUSE="test"
33 RESTRICT="!test? ( test )"