diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-09-20 17:29:16 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-09-20 17:29:16 -0400 |
commit | de102705d2da395431bfdd4f57c9edd18b4b243c (patch) | |
tree | af883ca062e0ba81cf8334b5c35499abc33a09be /x11-apps/xauth | |
parent | x11-apps/setxkbmap: arm64 stable (bug #694734) (diff) | |
download | gentoo-de102705d2da395431bfdd4f57c9edd18b4b243c.tar.gz gentoo-de102705d2da395431bfdd4f57c9edd18b4b243c.tar.bz2 gentoo-de102705d2da395431bfdd4f57c9edd18b4b243c.zip |
x11-apps/xauth: arm64 stable (bug #694734)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r-- | x11-apps/xauth/xauth-1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-apps/xauth/xauth-1.1.ebuild b/x11-apps/xauth/xauth-1.1.ebuild index 48f73c265929..e1fcdfcda193 100644 --- a/x11-apps/xauth/xauth-1.1.ebuild +++ b/x11-apps/xauth/xauth-1.1.ebuild @@ -8,7 +8,7 @@ inherit xorg-3 if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh ~sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh ~sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux" fi DESCRIPTION="X authority file utility" |