diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-08 21:35:52 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-08 21:35:52 +0200 |
commit | a5291ca5f6f51667c633ae70deaa130e6e2c3bc6 (patch) | |
tree | 0b43a61a3c4570e5f42b96f57809939b4232b958 /dev-perl/Time-Monotonic | |
parent | dev-perl/MooseX-Getopt: Version bump 0.75 (diff) | |
download | gentoo-a5291ca5f6f51667c633ae70deaa130e6e2c3bc6.tar.gz gentoo-a5291ca5f6f51667c633ae70deaa130e6e2c3bc6.tar.bz2 gentoo-a5291ca5f6f51667c633ae70deaa130e6e2c3bc6.zip |
dev-perl/Time-Monotonic: stable for amd64
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Time-Monotonic')
-rw-r--r-- | dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild b/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild index 9533cd382fbd..3932193dd3dc 100644 --- a/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild +++ b/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A clock source that only increments and never jumps" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |