diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild b/dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild index d78dc62a634e..1190dca4b3ab 100644 --- a/dev-perl/File-Sync/File-Sync-0.110.0-r1.ebuild +++ b/dev-perl/File-Sync/File-Sync-0.110.0-r1.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 @@ -10,11 +10,12 @@ inherit perl-module DESCRIPTION="Perl access to fsync() and sync() function calls" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86" BDEPEND=" virtual/perl-ExtUtils-MakeMaker " + src_compile() { mymake=( "OPTIMIZE=${CFLAGS}" |