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/Tie-Cache/
Date: Sun, 04 Jul 2021 16:37:09
Message-Id: 1625416605.aeacf34c79e44dbb18b931f05cddc52539fdc7ae.dilfridge@gentoo
1 commit: aeacf34c79e44dbb18b931f05cddc52539fdc7ae
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 4 16:31:48 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 16:36:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeacf34c
7
8 dev-perl/Tie-Cache: 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/Tie-Cache/Tie-Cache-0.210.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Tie-Cache/Tie-Cache-0.210.0-r1.ebuild b/dev-perl/Tie-Cache/Tie-Cache-0.210.0-r1.ebuild
17 index b05304cf9ed..83036a11b23 100644
18 --- a/dev-perl/Tie-Cache/Tie-Cache-0.210.0-r1.ebuild
19 +++ b/dev-perl/Tie-Cache/Tie-Cache-0.210.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ inherit perl-module
27 DESCRIPTION="In memory size limited LRU cache"
28
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86"
31 +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
32 IUSE=""
33
34 PATCHES=("${FILESDIR}/${PN}-0.21-benchmark.patch")