diff options
author | Markus Meier <maekke@gentoo.org> | 2011-07-13 19:49:23 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-07-13 19:49:23 +0000 |
commit | e64541e1de5812827c3d78af42f806270bbb9d08 (patch) | |
tree | 7ff397bcf2ca6543b5e9ef03ad393c483093b5de /x11-apps | |
parent | x86 stable, bug #371377 (diff) | |
download | gentoo-2-e64541e1de5812827c3d78af42f806270bbb9d08.tar.gz gentoo-2-e64541e1de5812827c3d78af42f806270bbb9d08.tar.bz2 gentoo-2-e64541e1de5812827c3d78af42f806270bbb9d08.zip |
x86 stable, bug #371857
(Portage version: 2.1.10.4/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-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 0b8e8f23d0eb..9d72c58d1dd0 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.73 2011/06/28 21:20:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.74 2011/07/13 19:49:23 maekke Exp $ + + 13 Jul 2011; Markus Meier <maekke@gentoo.org> xauth-1.0.6.ebuild: + x86 stable, bug #371857 28 Jun 2011; Brent Baude <ranger@gentoo.org> xauth-1.0.6.ebuild: Marking xauth-1.0.6 ppc stable for bug 371857 diff --git a/x11-apps/xauth/xauth-1.0.6.ebuild b/x11-apps/xauth/xauth-1.0.6.ebuild index e6301309ce0c..9bed87fb6a3c 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.4 2011/06/28 21:20:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.6.ebuild,v 1.5 2011/07/13 19:49:23 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 |