Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/scdoc/
Date: Fri, 14 Feb 2020 16:47:02
Message-Id: 1581698812.451aaa5c927ae1e3a596c165ae41a7007472d29a.prometheanfire@gentoo
1 commit: 451aaa5c927ae1e3a596c165ae41a7007472d29a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 14 16:43:16 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 14 16:46:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451aaa5c
7
8 app-text/scdoc: stablize 1.10.0 for amd64 arm64 and x86
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-text/scdoc/scdoc-1.10.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/scdoc/scdoc-1.10.0.ebuild b/app-text/scdoc/scdoc-1.10.0.ebuild
17 index a73e3754202..f32f05fc9bf 100644
18 --- a/app-text/scdoc/scdoc-1.10.0.ebuild
19 +++ b/app-text/scdoc/scdoc-1.10.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
27 inherit git-r3
28 else
29 SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
31 + KEYWORDS="amd64 arm64 ~ppc64 x86"
32 fi
33
34 LICENSE="MIT"