Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-Long-Descriptive/
Date: Sun, 10 Jun 2018 16:13:13
Message-Id: 1528647168.891a7ba88b04cce591b477fd25848b4e589bc6ac.bman@gentoo
1 commit: 891a7ba88b04cce591b477fd25848b4e589bc6ac
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 16:09:02 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 16:12:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891a7ba8
7
8 dev-perl/Getopt-Long-Descriptive: amd64 stable wrt bug #657634
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 .../Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.100.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.100.0.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.100.0.ebuild
16 index 6f0d25ae015..3e3a23823bc 100644
17 --- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.100.0.ebuild
18 +++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.100.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ inherit perl-module
26 DESCRIPTION="Getopt::Long with usage text"
27
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
30 +KEYWORDS="amd64 ~arm ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
31 IUSE="test minimal"
32
33 CONFLICTS="!<dev-perl/MooseX-Getopt-0.660.0"