diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-02 20:14:59 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-02 20:45:54 +0200 |
commit | ef1da66eab035182066ba5f0c6ab6f2deb785643 (patch) | |
tree | c2abc144348225066b3e7d977a1d247ebf23c3f3 /dev-perl | |
parent | dev-perl/File-Stat-Bits: Remove old 1.01-r1 (diff) | |
download | gentoo-ef1da66eab035182066ba5f0c6ab6f2deb785643.tar.gz gentoo-ef1da66eab035182066ba5f0c6ab6f2deb785643.tar.bz2 gentoo-ef1da66eab035182066ba5f0c6ab6f2deb785643.zip |
dev-perl/File-Sync: Stable for all 0.11-r1
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
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}" |