diff options
author | 2020-06-20 16:45:04 +0200 | |
---|---|---|
committer | 2020-06-20 16:45:04 +0200 | |
commit | b22340ab52d073a718c6cc04abea72214365f230 (patch) | |
tree | 60a5f98c928f8b001b726a2230b8f93bfe8d141c /app-text/html2text/html2text-2.0.0.ebuild | |
parent | app-text/html-xml-utils: clean up old. (diff) | |
download | gentoo-b22340ab52d073a718c6cc04abea72214365f230.tar.gz gentoo-b22340ab52d073a718c6cc04abea72214365f230.tar.bz2 gentoo-b22340ab52d073a718c6cc04abea72214365f230.zip |
app-text/html2text: keyword for *-macos and *-solaris
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text/html2text/html2text-2.0.0.ebuild')
-rw-r--r-- | app-text/html2text/html2text-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/html2text/html2text-2.0.0.ebuild b/app-text/html2text/html2text-2.0.0.ebuild index fb025b9a6d54..564b1370c781 100644 --- a/app-text/html2text/html2text-2.0.0.ebuild +++ b/app-text/html2text/html2text-2.0.0.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 ~x86-macos" + KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="HTML to text converter" |