Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html2text/
Date: Fri, 05 Aug 2022 12:37:31
Message-Id: 1659703043.627eba55c880d4c3c3073ef5c0bdb05e840f47fc.ago@gentoo
1 commit: 627eba55c880d4c3c3073ef5c0bdb05e840f47fc
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 5 12:37:23 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 12:37:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627eba55
7
8 app-text/html2text: amd64 stable wrt bug #863695
9
10 Signed-off-by: Agostino Sarubbo <ago <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 ed3209f7ee56..c375318f9a48 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"