diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 12:40:19 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 12:40:19 +0100 |
commit | e11f8ac42da6c421e291354d9aab24fb6e06aca9 (patch) | |
tree | e2110e136e8051841feced0eb03b9cd5b5dd357d /x11-apps/xhost/xhost-1.0.8.ebuild | |
parent | x11-apps/xclock: drop x86-macos (diff) | |
download | gentoo-e11f8ac42da6c421e291354d9aab24fb6e06aca9.tar.gz gentoo-e11f8ac42da6c421e291354d9aab24fb6e06aca9.tar.bz2 gentoo-e11f8ac42da6c421e291354d9aab24fb6e06aca9.zip |
x11-apps/xhost: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'x11-apps/xhost/xhost-1.0.8.ebuild')
-rw-r--r-- | x11-apps/xhost/xhost-1.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xhost/xhost-1.0.8.ebuild b/x11-apps/xhost/xhost-1.0.8.ebuild index c6c8e40c6706..bae4c85eb3ae 100644 --- a/x11-apps/xhost/xhost-1.0.8.ebuild +++ b/x11-apps/xhost/xhost-1.0.8.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 @@ -7,7 +7,7 @@ inherit xorg-3 DESCRIPTION="Controls host and/or user access to a running X server" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ipv6" RDEPEND="x11-libs/libX11 |