Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/scdoc/
Date: Sat, 30 Apr 2022 12:06:41
Message-Id: 1651320382.5354e89c0da3bdd43f8cde9abf87235e2d516dc5.arthurzam@gentoo
1 commit: 5354e89c0da3bdd43f8cde9abf87235e2d516dc5
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 12:06:22 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 12:06:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5354e89c
7
8 app-text/scdoc: Stabilize 1.11.1 ppc64, #835699
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-text/scdoc/scdoc-1.11.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/scdoc/scdoc-1.11.1.ebuild b/app-text/scdoc/scdoc-1.11.1.ebuild
16 index 64ae6dc87439..22b84e1fade9 100644
17 --- a/app-text/scdoc/scdoc-1.11.1.ebuild
18 +++ b/app-text/scdoc/scdoc-1.11.1.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
24 + KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
25 fi
26
27 LICENSE="MIT"