diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-08-08 22:48:35 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-08-08 22:48:35 +0000 |
commit | e831d6d5672b901ca6b86827436220bada3cb791 (patch) | |
tree | 9096a8e39a6bbdf4e8acfd3ab623a5c8c337077d /x11-misc/xkbdata | |
parent | ~alpha keyword. (diff) | |
download | historical-e831d6d5672b901ca6b86827436220bada3cb791.tar.gz historical-e831d6d5672b901ca6b86827436220bada3cb791.tar.bz2 historical-e831d6d5672b901ca6b86827436220bada3cb791.zip |
Add ~sparc keyword (Prepare for X Modular testing).
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-misc/xkbdata')
-rw-r--r-- | x11-misc/xkbdata/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xkbdata/xkbdata-0.99.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xkbdata/ChangeLog b/x11-misc/xkbdata/ChangeLog index 0764de4ef52c..6a4ee035cc35 100644 --- a/x11-misc/xkbdata/ChangeLog +++ b/x11-misc/xkbdata/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xkbdata # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/ChangeLog,v 1.1 2005/08/08 05:09:33 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/ChangeLog,v 1.2 2005/08/08 22:48:35 fmccor Exp $ + + 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> xkbdata-0.99.0.ebuild: + Add ~sparc keyword (X Modular testing). *xkbdata-0.99.0 (08 Aug 2005) diff --git a/x11-misc/xkbdata/xkbdata-0.99.0.ebuild b/x11-misc/xkbdata/xkbdata-0.99.0.ebuild index bdd5249f1b26..ef011add264f 100644 --- a/x11-misc/xkbdata/xkbdata-0.99.0.ebuild +++ b/x11-misc/xkbdata/xkbdata-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-misc/xkbdata/xkbdata-0.99.0.ebuild,v 1.1 2005/08/08 05:09:33 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/xkbdata-0.99.0.ebuild,v 1.2 2005/08/08 22:48:35 fmccor Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ inherit x-modular DESCRIPTION="X.Org xkbdata data" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" RDEPEND="x11-apps/xkbcomp" DEPEND="${RDEPEND}" |