diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-03-20 15:00:33 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-03-20 15:05:04 -0400 |
commit | fa75fea5f625d9eb63ace026b9ea7dd9b93ed247 (patch) | |
tree | 9dca7a60c43023218c3a019a7c02db5bb2d425f0 /x11-apps | |
parent | dev-perl/YAML: Bump to version 1.230.0 (diff) | |
download | gentoo-fa75fea5f625d9eb63ace026b9ea7dd9b93ed247.tar.gz gentoo-fa75fea5f625d9eb63ace026b9ea7dd9b93ed247.tar.bz2 gentoo-fa75fea5f625d9eb63ace026b9ea7dd9b93ed247.zip |
x11-apps/xauth: add arm64/m68k/mips/s390/sh love
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xauth/xauth-1.0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-apps/xauth/xauth-1.0.10.ebuild b/x11-apps/xauth/xauth-1.0.10.ebuild index 47989ade2dc2..d50c326ce53f 100644 --- a/x11-apps/xauth/xauth-1.0.10.ebuild +++ b/x11-apps/xauth/xauth-1.0.10.ebuild @@ -7,7 +7,7 @@ inherit autotools-utils xorg-2 DESCRIPTION="X authority file utility" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="ipv6 test" |