diff options
author | Sam James <sam@gentoo.org> | 2022-05-28 02:34:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-28 02:34:26 +0100 |
commit | 4c9c7c272984449fefb34487f865c4f0b0337c1f (patch) | |
tree | 302f7e7a3976cfb5520024e95bbb4d639485350d /x11-apps/xauth | |
parent | x11-apps/iceauth: Stabilize 1.0.9 ppc64, #843167 (diff) | |
download | gentoo-4c9c7c272984449fefb34487f865c4f0b0337c1f.tar.gz gentoo-4c9c7c272984449fefb34487f865c4f0b0337c1f.tar.bz2 gentoo-4c9c7c272984449fefb34487f865c4f0b0337c1f.zip |
x11-apps/xauth: Stabilize 1.1.2 ppc64, #843167
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r-- | x11-apps/xauth/xauth-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-apps/xauth/xauth-1.1.2.ebuild b/x11-apps/xauth/xauth-1.1.2.ebuild index 63fbb3f137fb..8d85f6e27fa3 100644 --- a/x11-apps/xauth/xauth-1.1.2.ebuild +++ b/x11-apps/xauth/xauth-1.1.2.ebuild @@ -8,7 +8,7 @@ inherit xorg-3 if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" fi DESCRIPTION="X authority file utility" |