diff options
author | 2005-10-19 02:27:39 +0000 | |
---|---|---|
committer | 2005-10-19 02:27:39 +0000 | |
commit | 5114c2da49cabaf995f6cbe7717871c89b033df7 (patch) | |
tree | 2f51229337884465c2d0d98d072aa8b92e1401be /x11-apps/xauth | |
parent | added ~mips keyword (diff) | |
download | gentoo-2-5114c2da49cabaf995f6cbe7717871c89b033df7.tar.gz gentoo-2-5114c2da49cabaf995f6cbe7717871c89b033df7.tar.bz2 gentoo-2-5114c2da49cabaf995f6cbe7717871c89b033df7.zip |
added ~mips keyword
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r-- | x11-apps/xauth/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xauth/xauth-0.99.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog index 949b7f57cfd6..bf1997865f46 100644 --- a/x11-apps/xauth/ChangeLog +++ b/x11-apps/xauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xauth # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.6 2005/09/09 07:07:26 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.7 2005/10/19 02:27:39 geoman Exp $ + + 19 Oct 2005; Stephen P. Becker <geoman@gentoo.org> xauth-0.99.0.ebuild: + added ~mips keyword 09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml: Add metadata. diff --git a/x11-apps/xauth/xauth-0.99.0.ebuild b/x11-apps/xauth/xauth-0.99.0.ebuild index a1ae8747ad2a..4ba5ac371987 100644 --- a/x11-apps/xauth/xauth-0.99.0.ebuild +++ b/x11-apps/xauth/xauth-0.99.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-0.99.0.ebuild,v 1.6 2005/09/04 08:09:15 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-0.99.0.ebuild,v 1.7 2005/10/19 02:27:39 geoman Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org xauth application" -KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" RDEPEND="x11-libs/libX11 x11-libs/libXau x11-libs/libXext |