diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-05 14:58:40 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-05 14:58:40 +0300 |
commit | 5f47a64a830de358021d6681c61d44326df2d9c2 (patch) | |
tree | 40691e63d621024851abb5bbedc97ee54952f5b6 /app-text/html2text | |
parent | dev-perl/ExtUtils-CChecker: Keyword 0.110.0 ia64, #863014 (diff) | |
download | gentoo-5f47a64a830de358021d6681c61d44326df2d9c2.tar.gz gentoo-5f47a64a830de358021d6681c61d44326df2d9c2.tar.bz2 gentoo-5f47a64a830de358021d6681c61d44326df2d9c2.zip |
app-text/html2text: Stabilize 2.1.1 sparc, #863695
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text/html2text')
-rw-r--r-- | app-text/html2text/html2text-2.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/html2text/html2text-2.1.1.ebuild b/app-text/html2text/html2text-2.1.1.ebuild index 49946bf101e0..ed3209f7ee56 100644 --- a/app-text/html2text/html2text-2.1.1.ebuild +++ b/app-text/html2text/html2text-2.1.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/grobian/html2text.git" else SRC_URI="https://github.com/grobian/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - 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" + 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" fi DESCRIPTION="HTML to text converter" |