diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-23 07:50:55 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-23 07:50:55 +0000 |
commit | 2ea9af675da1bb4718ceff7697869120cc7c186b (patch) | |
tree | a39bdc34e303fe6c243afd9b9eda6719bf54c481 /x11-apps | |
parent | Stable on amd64 wrt bug #372333 (diff) | |
download | gentoo-2-2ea9af675da1bb4718ceff7697869120cc7c186b.tar.gz gentoo-2-2ea9af675da1bb4718ceff7697869120cc7c186b.tar.bz2 gentoo-2-2ea9af675da1bb4718ceff7697869120cc7c186b.zip |
Stable on amd64 wrt bug #372333
(Portage version: 2.1.9.49/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 f81165969017..2fc6f08ef0ac 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.70 2011/05/24 07:16:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.71 2011/06/23 07:50:55 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> xauth-1.0.6.ebuild: + Stable on amd64 wrt bug #372333 *xauth-1.0.6 (24 May 2011) diff --git a/x11-apps/xauth/xauth-1.0.6.ebuild b/x11-apps/xauth/xauth-1.0.6.ebuild index bd90f454ce8c..bb4152b355c5 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.1 2011/05/24 07:16:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.6.ebuild,v 1.2 2011/06/23 07:50:55 hwoarang 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 |