diff options
author | Markus Meier <maekke@gentoo.org> | 2011-06-26 20:33:09 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-06-26 20:33:09 +0000 |
commit | 05d0d501c82c0da411d42972ab42e33db1e0aecc (patch) | |
tree | 50a735c030042e6c90062de988d2d710dac63156 /x11-apps/xauth | |
parent | arm stable, bug #371857 (diff) | |
download | gentoo-2-05d0d501c82c0da411d42972ab42e33db1e0aecc.tar.gz gentoo-2-05d0d501c82c0da411d42972ab42e33db1e0aecc.tar.bz2 gentoo-2-05d0d501c82c0da411d42972ab42e33db1e0aecc.zip |
arm stable, bug #371857
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r-- | x11-apps/xauth/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xauth/xauth-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog index 2fc6f08ef0ac..442e9d417921 100644 --- a/x11-apps/xauth/ChangeLog +++ b/x11-apps/xauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xauth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.71 2011/06/23 07:50:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.72 2011/06/26 20:33:09 maekke Exp $ + + 26 Jun 2011; Markus Meier <maekke@gentoo.org> xauth-1.0.6.ebuild: + arm stable, bug #371857 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> xauth-1.0.6.ebuild: Stable on amd64 wrt bug #372333 diff --git a/x11-apps/xauth/xauth-1.0.6.ebuild b/x11-apps/xauth/xauth-1.0.6.ebuild index bb4152b355c5..57939fc0ae71 100644 --- a/x11-apps/xauth/xauth-1.0.6.ebuild +++ b/x11-apps/xauth/xauth-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.6.ebuild,v 1.2 2011/06/23 07:50:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.6.ebuild,v 1.3 2011/06/26 20:33:09 maekke Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="X authority file utility" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="ipv6" RDEPEND="x11-libs/libX11 |