diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:34:44 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:34:44 +0100 |
commit | e3473dbae0a24c42cf6c841b915927166482a95f (patch) | |
tree | bfe9f15a19ebac903f2d4e706ee86aa77bfe2a99 /app-text/html2text/html2text-9999.ebuild | |
parent | app-text/gv: drop x86-macos (diff) | |
download | gentoo-e3473dbae0a24c42cf6c841b915927166482a95f.tar.gz gentoo-e3473dbae0a24c42cf6c841b915927166482a95f.tar.bz2 gentoo-e3473dbae0a24c42cf6c841b915927166482a95f.zip |
app-text/html2text: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text/html2text/html2text-9999.ebuild')
-rw-r--r-- | app-text/html2text/html2text-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/html2text/html2text-9999.ebuild b/app-text/html2text/html2text-9999.ebuild index 564b1370c781..f7558b5e8e28 100644 --- a/app-text/html2text/html2text-9999.ebuild +++ b/app-text/html2text/html2text-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~x86-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" |