diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-08-06 16:44:47 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-08-06 16:44:47 +0000 |
commit | 0f1be1689d25315b4b8e65fd673a791de3fceaa3 (patch) | |
tree | d29dfd822a059afd60669950e0ad9fb7e35b37c4 /app-editors/ghex | |
parent | added -ppc to keywords (diff) | |
download | historical-0f1be1689d25315b4b8e65fd673a791de3fceaa3.tar.gz historical-0f1be1689d25315b4b8e65fd673a791de3fceaa3.tar.bz2 historical-0f1be1689d25315b4b8e65fd673a791de3fceaa3.zip |
added ppc to keywords
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/ghex/ghex-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog index 159e52411686..e11928d7091f 100644 --- a/app-editors/ghex/ChangeLog +++ b/app-editors/ghex/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-editors/ghex # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.1 2002/02/01 21:53:01 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.2 2002/08/06 16:37:35 gerk Exp $ *ghex-1.2.1 (1 Feb 2002) + 06 Aug 2002; Mark Guertin <gerk@gentoo.org> : + Added ppc to keywords + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/app-editors/ghex/ghex-1.2.1.ebuild b/app-editors/ghex/ghex-1.2.1.ebuild index 469bad04d213..1503aa11fd0c 100644 --- a/app-editors/ghex/ghex-1.2.1.ebuild +++ b/app-editors/ghex/ghex-1.2.1.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/app-editors/ghex/ghex-1.2.1.ebuild,v 1.4 2002/07/25 19:12:43 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-1.2.1.ebuild,v 1.5 2002/08/06 16:37:35 gerk Exp $ S=${WORKDIR}/${P} @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_compile() { |