diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-01-09 16:09:45 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-01-09 16:12:06 +0100 |
commit | 986404f10002387a94cf0dca285184a54445bafd (patch) | |
tree | 7dc0e593cac0f3e857c316f907deaf3eb6d42b1a /x11-apps | |
parent | sci-geosciences/gpxsee: bump to 7.1 (diff) | |
download | gentoo-986404f10002387a94cf0dca285184a54445bafd.tar.gz gentoo-986404f10002387a94cf0dca285184a54445bafd.tar.bz2 gentoo-986404f10002387a94cf0dca285184a54445bafd.zip |
x11-apps/xauth: mark ~amd64-linux ~x86-linux
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xauth/xauth-1.0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xauth/xauth-1.0.10.ebuild b/x11-apps/xauth/xauth-1.0.10.ebuild index e767892c43f5..b86fd802718d 100644 --- a/x11-apps/xauth/xauth-1.0.10.ebuild +++ b/x11-apps/xauth/xauth-1.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit autotools-utils xorg-2 DESCRIPTION="X authority file utility" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="ipv6 test" |