dev-perl/File-Next: Fix unsorted keywords
authorKent Fredric <kentnl@gentoo.org>
Mon, 8 Jul 2019 11:59:45 +0000 (23:59 +1200)
committerKent Fredric <kentnl@gentoo.org>
Mon, 8 Jul 2019 12:00:00 +0000 (00:00 +1200)
Twiddle was ~amd64-fbsd vs ~amd64-linux

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/File-Next/File-Next-1.160.0.ebuild

index fedfdb6ee52f4019e6f295a42c704132ba2154c8..5a347f63b78ee16685197d704e3d07751170ce6a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="File::Next is an iterator-based module for finding files"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~amd64-fbsd ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec"