diff --git a/dev-perl/File-NFSLock/File-NFSLock-1.290.0.ebuild b/dev-perl/File-NFSLock/File-NFSLock-1.290.0.ebuild index ea4943fa4bdd5..e5968dedad082 100644 --- a/dev-perl/File-NFSLock/File-NFSLock-1.290.0.ebuild +++ b/dev-perl/File-NFSLock/File-NFSLock-1.290.0.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,6 +11,6 @@ inherit perl-module DESCRIPTION="perl module to do NFS (or not) locking" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" BDEPEND="virtual/perl-ExtUtils-MakeMaker"