diff options
author | Sam James <sam@gentoo.org> | 2022-11-18 05:41:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-18 05:41:03 +0000 |
commit | fa2123654d4e69ea125f47379d2b45490e59e070 (patch) | |
tree | 479e0486304c080a4ee86369457882bb28a13bd1 /app-text/html2text | |
parent | dev-util/diffoscope: Keyword 226 arm, #881735 (diff) | |
download | gentoo-fa2123654d4e69ea125f47379d2b45490e59e070.tar.gz gentoo-fa2123654d4e69ea125f47379d2b45490e59e070.tar.bz2 gentoo-fa2123654d4e69ea125f47379d2b45490e59e070.zip |
app-text/html2text: Keyword 2.1.1 arm, #881735
Signed-off-by: Sam James <sam@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 ee93a794aec2..156331ba62d2 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 ~arm ~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" |