diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:34:52 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:34:52 +0100 |
commit | 9c940d94ce4f5a7791da056933ae120ed341a65e (patch) | |
tree | 0f6dd792589b9b6a38555a7353dc3d24940d31d8 /app-text | |
parent | app-text/html2text: drop x86-macos (diff) | |
download | gentoo-9c940d94ce4f5a7791da056933ae120ed341a65e.tar.gz gentoo-9c940d94ce4f5a7791da056933ae120ed341a65e.tar.bz2 gentoo-9c940d94ce4f5a7791da056933ae120ed341a65e.zip |
app-text/htmlinc: 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')
-rw-r--r-- | app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild index 180d093a6ff0..4c58bcbbe842 100644 --- a/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild +++ b/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86 ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ppc sparc x86 ~x86-linux ~ppc-macos" S="${WORKDIR}/${PN}" PATCHES=( |