Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SGMLSpm/
Date: Sun, 29 Jul 2018 11:35:47
Message-Id: 1532864111.7bb2cbfbf50be381f38350938a284ff4b8010548.leio@gentoo
1 commit: 7bb2cbfbf50be381f38350938a284ff4b8010548
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 29 10:45:16 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 11:35:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb2cbfb
7
8 dev-perl/SGMLSpm-1.1-r1: arm64 stable (bug #662392)
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
16 index 9ec613cc5d2..34b48cfbe0f 100644
17 --- a/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
18 +++ b/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 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 @@ -9,7 +9,7 @@ inherit perl-module
26 DESCRIPTION="Perl library for parsing the output of nsgmls"
27 LICENSE="GPL-2+"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
30 +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
31 IUSE=""
32
33 DEPEND="dev-perl/Module-Build"