diff options
author | Stephen Becker <geoman@gentoo.org> | 2005-10-19 02:32:57 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2005-10-19 02:32:57 +0000 |
commit | 736078bf7ff7e277737544704067f26db21eb75f (patch) | |
tree | cf16f9f58981cd5e0eda5b693d90fafcfef8cf12 /x11-apps/xcursorgen | |
parent | added ~mips keyword (diff) | |
download | gentoo-2-736078bf7ff7e277737544704067f26db21eb75f.tar.gz gentoo-2-736078bf7ff7e277737544704067f26db21eb75f.tar.bz2 gentoo-2-736078bf7ff7e277737544704067f26db21eb75f.zip |
added ~mips keyword
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r-- | x11-apps/xcursorgen/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-apps/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog index 50f96d7a0c3f..8a131782756b 100644 --- a/x11-apps/xcursorgen/ChangeLog +++ b/x11-apps/xcursorgen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xcursorgen # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.6 2005/09/09 07:07:26 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.7 2005/10/19 02:30:03 geoman Exp $ + + 19 Oct 2005; Stephen P. Becker <geoman@gentoo.org> + xcursorgen-0.99.0.ebuild: + added ~mips keyword 09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml: Add metadata. diff --git a/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild b/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild index 2a79ef734238..a860b3fda3c8 100644 --- a/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild +++ b/x11-apps/xcursorgen/xcursorgen-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/xcursorgen/xcursorgen-0.99.0.ebuild,v 1.6 2005/09/04 08:19:18 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild,v 1.7 2005/10/19 02:30:03 geoman Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org xcursorgen application" -KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" RDEPEND="x11-libs/libX11 x11-libs/libXcursor =media-libs/libpng-1.2*" |