diff options
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 0ac7db89e5bd..f160396c5fd9 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.1 2005/08/08 05:06:15 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.2 2005/08/08 20:14:18 fmccor Exp $ + + 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + xcursorgen-0.99.0.ebuild: + Add ~sparc keyword (Modular X testing). *xcursorgen-0.99.0 (08 Aug 2005) diff --git a/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild b/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild index dc9185550d2b..ef41b9b614dc 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.1 2005/08/08 05:06:15 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild,v 1.2 2005/08/08 20:14:18 fmccor Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org xcursorgen application" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" RDEPEND="x11-libs/libX11 x11-libs/libXcursor =media-libs/libpng-1.2*" |