diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-07-02 18:01:11 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-07-02 18:01:11 +0000 |
commit | f15a435d7dd743774e0dd20efabb858d3781c440 (patch) | |
tree | 944709cdcc913a06b9ca9144df7739e6011dbc14 /eclass/gtk-engines.eclass | |
parent | version bump (diff) | |
download | historical-f15a435d7dd743774e0dd20efabb858d3781c440.tar.gz historical-f15a435d7dd743774e0dd20efabb858d3781c440.tar.bz2 historical-f15a435d7dd743774e0dd20efabb858d3781c440.zip |
Added hppa to KEYWORDS.
Diffstat (limited to 'eclass/gtk-engines.eclass')
-rw-r--r-- | eclass/gtk-engines.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gtk-engines.eclass b/eclass/gtk-engines.eclass index 042f1ea3e313..826cddc449c3 100644 --- a/eclass/gtk-engines.eclass +++ b/eclass/gtk-engines.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.22 2003/03/26 20:44:38 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.23 2003/07/02 18:01:11 gmsoft Exp $ # # The gtk-engines eclass is inherited by all gtk-engines-* ebuilds. # @@ -28,7 +28,7 @@ INHERITED="$INHERITED $ECLASS" [ -z "$HOMEPAGE" ] && HOMEPAGE="http://www.gnome.org/" [ -z "$LICENSE" ] && LICENSE="GPL-2" -KEYWORDS="x86 ppc alpha sparc" +KEYWORDS="x86 ppc alpha sparc hppa" newdepend /c virtual/x11 |