Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Filesys-Df/
Date: Wed, 02 Jun 2021 18:47:19
Message-Id: 1622659560.e9da41fdb49560e4818838106b8134b1ea54302d.dilfridge@gentoo
1 commit: e9da41fdb49560e4818838106b8134b1ea54302d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 2 18:16:25 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 18:46:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9da41fd
7
8 dev-perl/Filesys-Df: Stable for all 0.92-r3
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Filesys-Df/Filesys-Df-0.920.0-r3.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-perl/Filesys-Df/Filesys-Df-0.920.0-r3.ebuild b/dev-perl/Filesys-Df/Filesys-Df-0.920.0-r3.ebuild
17 index 6c4c62ab0d6..fdfde018286 100644
18 --- a/dev-perl/Filesys-Df/Filesys-Df-0.920.0-r3.ebuild
19 +++ b/dev-perl/Filesys-Df/Filesys-Df-0.920.0-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,10 +10,12 @@ inherit perl-module
27 DESCRIPTION="Disk free based on Filesys::Statvfs"
28
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 x86"
32 +
33 BDEPEND="
34 virtual/perl-ExtUtils-MakeMaker
35 "
36 +
37 src_compile() {
38 mymake=(
39 "OPTIMIZE=${CFLAGS}"