diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-15 11:12:44 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-15 11:20:59 +0200 |
commit | 15c8a95c2b96ddf0a1603e38a84e1ebc62964bf4 (patch) | |
tree | 19677a95717afb94cf728b592057b3ec5c1371fa /x11-apps/xauth | |
parent | sys-cluster/openstack-meta: liberty bup (diff) | |
download | gentoo-15c8a95c2b96ddf0a1603e38a84e1ebc62964bf4.tar.gz gentoo-15c8a95c2b96ddf0a1603e38a84e1ebc62964bf4.tar.bz2 gentoo-15c8a95c2b96ddf0a1603e38a84e1ebc62964bf4.zip |
x11-apps/xauth: Transfer dropped keyword
I cannot see any reason why the keyword was dropped in this version
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r-- | x11-apps/xauth/metadata.xml | 2 | ||||
-rw-r--r-- | x11-apps/xauth/xauth-1.0.9-r2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xauth/metadata.xml b/x11-apps/xauth/metadata.xml index 01c4c004e735..6cc3982431f8 100644 --- a/x11-apps/xauth/metadata.xml +++ b/x11-apps/xauth/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>x11</herd> + <herd>x11</herd> </pkgmetadata> diff --git a/x11-apps/xauth/xauth-1.0.9-r2.ebuild b/x11-apps/xauth/xauth-1.0.9-r2.ebuild index ca4a5217f079..0a5c0b4b7b96 100644 --- a/x11-apps/xauth/xauth-1.0.9-r2.ebuild +++ b/x11-apps/xauth/xauth-1.0.9-r2.ebuild @@ -8,7 +8,7 @@ inherit autotools-utils xorg-2 DESCRIPTION="X authority file utility" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="ipv6" RDEPEND="x11-libs/libX11 |