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/ExtUtils-XSBuilder/
Date: Fri, 28 May 2021 21:30:35
Message-Id: 1622237405.442d107191e1022d9987ef2eb1ab0bd88445dae0.dilfridge@gentoo
1 commit: 442d107191e1022d9987ef2eb1ab0bd88445dae0
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 21:26:19 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 21:30:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442d1071
7
8 dev-perl/ExtUtils-XSBuilder: Stable for all
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/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.ebuild b/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.ebuild
17 index 4a0fd181470..adaede4606e 100644
18 --- a/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.ebuild
19 +++ b/dev-perl/ExtUtils-XSBuilder/ExtUtils-XSBuilder-0.280.0-r2.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,9 +10,10 @@ inherit perl-module
27 DESCRIPTION="Modules to parse C header files and create XS glue code"
28
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
31 +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
32
33 RDEPEND="
34 dev-perl/Parse-RecDescent
35 - dev-perl/Tie-IxHash"
36 + dev-perl/Tie-IxHash
37 +"
38 BDEPEND="${RDEPEND}"