diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:35:06 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:35:06 +0100 |
commit | dbcc067b0c6df4dabebcb5f74583f2ad493c51d1 (patch) | |
tree | 82591e3850e8f369c55c5c72e9daf01587408f35 /app-text | |
parent | app-text/htmlinc: drop x86-macos (diff) | |
download | gentoo-dbcc067b0c6df4dabebcb5f74583f2ad493c51d1.tar.gz gentoo-dbcc067b0c6df4dabebcb5f74583f2ad493c51d1.tar.bz2 gentoo-dbcc067b0c6df4dabebcb5f74583f2ad493c51d1.zip |
app-text/htmltidy: 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/htmltidy/htmltidy-20090325-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/htmltidy/htmltidy-20090325-r2.ebuild b/app-text/htmltidy/htmltidy-20090325-r2.ebuild index 810cfcf24a55..abb1985534cf 100644 --- a/app-text/htmltidy/htmltidy-20090325-r2.ebuild +++ b/app-text/htmltidy/htmltidy-20090325-r2.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=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug doc static-libs" DEPEND="doc? ( app-doc/doxygen )" |