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/html2text/
Date: Fri, 05 Aug 2022 07:32:05
Message-Id: 1659684707.b404afbef7dc90fe5e1d91eaf2435665ac1ff1b2.arthurzam@gentoo
1 commit: b404afbef7dc90fe5e1d91eaf2435665ac1ff1b2
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 5 07:31:47 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 07:31:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b404afbe
7
8 app-text/html2text: Stabilize 2.1.1 ppc, #863695
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-text/html2text/html2text-2.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/html2text/html2text-2.1.1.ebuild b/app-text/html2text/html2text-2.1.1.ebuild
16 index eb8aef7abf0b..5d649163beb1 100644
17 --- a/app-text/html2text/html2text-2.1.1.ebuild
18 +++ b/app-text/html2text/html2text-2.1.1.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then
20 EGIT_REPO_URI="https://github.com/grobian/html2text.git"
21 else
22 SRC_URI="https://github.com/grobian/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 + KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 fi
26
27 DESCRIPTION="HTML to text converter"