diff options
author | Kent Fredric <kentnl@gentoo.org> | 2019-07-08 23:59:45 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2019-07-09 00:00:00 +1200 |
commit | 7caa6a9e947d2bd3ecd0ae655db1069841447453 (patch) | |
tree | dd7cf14e91f72a733c428e200e2319b394566132 /dev-perl/File-Next | |
parent | sys-kernel/gentoo-sources: Linux patch 5.2.0 and genpatches (diff) | |
download | gentoo-7caa6a9e947d2bd3ecd0ae655db1069841447453.tar.gz gentoo-7caa6a9e947d2bd3ecd0ae655db1069841447453.tar.bz2 gentoo-7caa6a9e947d2bd3ecd0ae655db1069841447453.zip |
dev-perl/File-Next: Fix unsorted keywords
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>
Diffstat (limited to 'dev-perl/File-Next')
-rw-r--r-- | dev-perl/File-Next/File-Next-1.160.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-Next/File-Next-1.160.0.ebuild b/dev-perl/File-Next/File-Next-1.160.0.ebuild index fedfdb6ee52f..5a347f63b78e 100644 --- a/dev-perl/File-Next/File-Next-1.160.0.ebuild +++ b/dev-perl/File-Next/File-Next-1.160.0.ebuild @@ -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" |