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/Term-Encoding/
Date: Tue, 15 Jun 2021 21:59:56
Message-Id: 1623794355.2c765661c578cbdcba443033205e34455ab8b6e2.dilfridge@gentoo
1 commit: 2c765661c578cbdcba443033205e34455ab8b6e2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 15 21:39:00 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 15 21:59:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c765661
7
8 dev-perl/Term-Encoding: stable for amd64
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/Term-Encoding/Term-Encoding-0.20.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Term-Encoding/Term-Encoding-0.20.0.ebuild b/dev-perl/Term-Encoding/Term-Encoding-0.20.0.ebuild
17 index d6e9d410f1d..8456fc78f93 100644
18 --- a/dev-perl/Term-Encoding/Term-Encoding-0.20.0.ebuild
19 +++ b/dev-perl/Term-Encoding/Term-Encoding-0.20.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 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 @@ -10,7 +10,7 @@ inherit perl-module
27 DESCRIPTION="Detect encoding of the current terminal"
28
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 ~x86"
32 IUSE=""
33
34 RDEPEND=""