diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-09-12 04:50:45 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-09-12 04:50:45 +0000 |
commit | 8644eb053deff0e86b1025c0f254395f6626b84b (patch) | |
tree | 87984ee00057ab9ef933372c2236944c5a7e9ccd /x11-plugins | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-8644eb053deff0e86b1025c0f254395f6626b84b.tar.gz gentoo-2-8644eb053deff0e86b1025c0f254395f6626b84b.tar.bz2 gentoo-2-8644eb053deff0e86b1025c0f254395f6626b84b.zip |
added keywords
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellmlaunch/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/gkrellmlaunch/ChangeLog b/x11-plugins/gkrellmlaunch/ChangeLog index edadf2280067..597ca4f15d99 100644 --- a/x11-plugins/gkrellmlaunch/ChangeLog +++ b/x11-plugins/gkrellmlaunch/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for x11-plugins/gkrellmlaunch # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v 1.1 2002/08/30 01:49:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v 1.2 2002/09/12 04:50:45 owen Exp $ *gkrellmlaunch-0.3 (23 Feb 2002) + 11 Sep 2002; Owen Stampflee <owen@gentoo.org> : + Added PPC to KEYWORDS. + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : Relocated to x11-plugins diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild index d2a20ca48df4..9b923cb33586 100644 --- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild +++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild,v 1.2 2002/08/30 05:14:58 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild,v 1.3 2002/09/12 04:50:45 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="a Program-Launcher Plugin for GKrellM" @@ -11,7 +11,7 @@ DEPEND="=app-admin/gkrellm-1.2*" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64" src_compile() { make || die |