diff options
author | Stephen Becker <geoman@gentoo.org> | 2005-10-19 02:38:01 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2005-10-19 02:38:01 +0000 |
commit | b1bbede7d415d476acacc7808430c6ac0dccebed (patch) | |
tree | 441f835f72fe139c9de20e92946cf326ae5abcb5 /x11-apps/xcursorgen | |
parent | Marking 10.29 ppc64 stable for security purposes (diff) | |
download | historical-b1bbede7d415d476acacc7808430c6ac0dccebed.tar.gz historical-b1bbede7d415d476acacc7808430c6ac0dccebed.tar.bz2 historical-b1bbede7d415d476acacc7808430c6ac0dccebed.zip |
added ~mips keyword
Package-Manager: portage-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*" |