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:00:17
Message-Id: 1651319979.f560b7a93d2a03dbb6cfe69683e525aba597c36f.arthurzam@gentoo
1 commit: f560b7a93d2a03dbb6cfe69683e525aba597c36f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 11:59:39 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 11:59:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f560b7a9
7
8 app-text/scdoc: Stabilize 1.11.1 amd64, #835699
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-text/scdoc/scdoc-1.11.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/scdoc/scdoc-1.11.1.ebuild b/app-text/scdoc/scdoc-1.11.1.ebuild
16 index edae9c69b757..a113436673e5 100644
17 --- a/app-text/scdoc/scdoc-1.11.1.ebuild
18 +++ b/app-text/scdoc/scdoc-1.11.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
26 inherit git-r3
27 else
28 SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
30 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
31 fi
32
33 LICENSE="MIT"