diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-02-26 09:08:42 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-02-26 09:09:19 +0100 |
commit | a00147047d5fe10d3dca5ce8c049f9980d4598e4 (patch) | |
tree | 9e0a57f44243e1ab6c9264c755028f48a948e57b /dev-perl/File-Sort | |
parent | dev-perl/File-Map: x86 stable wrt bug #770745 (diff) | |
download | gentoo-a00147047d5fe10d3dca5ce8c049f9980d4598e4.tar.gz gentoo-a00147047d5fe10d3dca5ce8c049f9980d4598e4.tar.bz2 gentoo-a00147047d5fe10d3dca5ce8c049f9980d4598e4.zip |
dev-perl/File-Sort: x86 stable wrt bug #770745
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-perl/File-Sort')
-rw-r--r-- | dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild b/dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild index 048c5cd0c173..e03550b6330f 100644 --- a/dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild +++ b/dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,4 +11,4 @@ inherit perl-module DESCRIPTION="Sort a file or merge sort multiple files" LICENSE="|| ( Artistic GPL-1+ ) examples? ( Artistic )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" |