diff options
-rw-r--r-- | x11-apps/xauth/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xauth/xauth-1.0.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog index 5d9c7c0bf0cf..f3ca1e058b18 100644 --- a/x11-apps/xauth/ChangeLog +++ b/x11-apps/xauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xauth # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.107 2015/02/22 13:21:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.108 2015/02/23 10:44:31 ago Exp $ + + 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xauth-1.0.9-r1.ebuild: + Stable for sparc, wrt bug #530652 22 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xauth-1.0.9-r1.ebuild: Stable for ia64, wrt bug #530652 diff --git a/x11-apps/xauth/xauth-1.0.9-r1.ebuild b/x11-apps/xauth/xauth-1.0.9-r1.ebuild index 3dd371b5e416..5ebdf5f5ad63 100644 --- a/x11-apps/xauth/xauth-1.0.9-r1.ebuild +++ b/x11-apps/xauth/xauth-1.0.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild,v 1.7 2015/02/22 13:21:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild,v 1.8 2015/02/23 10:44:31 ago Exp $ EAPI=4 @@ -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 ~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 |