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/Data-ShowTable/
Date: Sat, 15 May 2021 12:51:14
Message-Id: 1621083056.8eb38a4602349e73e18b5fb9369a892e449eece9.dilfridge@gentoo
1 commit: 8eb38a4602349e73e18b5fb9369a892e449eece9
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 12:49:50 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 12:50:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb38a46
7
8 dev-perl/Data-ShowTable: Stable for all
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Data-ShowTable/Data-ShowTable-4.600.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Data-ShowTable/Data-ShowTable-4.600.0-r1.ebuild b/dev-perl/Data-ShowTable/Data-ShowTable-4.600.0-r1.ebuild
17 index 8fde33391aa..f27962306d0 100644
18 --- a/dev-perl/Data-ShowTable/Data-ShowTable-4.600.0-r1.ebuild
19 +++ b/dev-perl/Data-ShowTable/Data-ShowTable-4.600.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ DESCRIPTION="routines to display tabular data in several formats"
27
28 SLOT="0"
29 LICENSE="GPL-2+"
30 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
31 +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
32
33 BDEPEND="virtual/perl-ExtUtils-MakeMaker"