diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-06-03 11:41:33 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-06-03 11:42:41 +0200 |
commit | 4510a3a7669d750fb405c71c18609ee91f076678 (patch) | |
tree | 16326d247210285b7e43942cc39aafd48f3ec244 /app-text/html2text | |
parent | dev-ruby/exifr: add 1.4.0 (diff) | |
download | gentoo-4510a3a7669d750fb405c71c18609ee91f076678.tar.gz gentoo-4510a3a7669d750fb405c71c18609ee91f076678.tar.bz2 gentoo-4510a3a7669d750fb405c71c18609ee91f076678.zip |
*/*: marked ~arm64-macos
Signed-off-by: Fabian Groffen <grobian@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 41d8dbc96dc9..2a2be554d110 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 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="HTML to text converter" |