diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-08-01 18:57:25 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-08-01 18:57:25 +0000 |
commit | b0b04909afe15223c5da47a540a56f22426d5ffd (patch) | |
tree | d8cd1ce3542b981a240989aff72dcf6128435e1e /eclass | |
parent | Added KEYWORDS. (diff) | |
download | gentoo-2-b0b04909afe15223c5da47a540a56f22426d5ffd.tar.gz gentoo-2-b0b04909afe15223c5da47a540a56f22426d5ffd.tar.bz2 gentoo-2-b0b04909afe15223c5da47a540a56f22426d5ffd.zip |
mark kde-i18n-* and koffice-i18n-* ebuilds as ppc-compliant with gerk's blessing
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde-i18n.eclass | 4 | ||||
-rw-r--r-- | eclass/koffice-i18n.eclass | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/kde-i18n.eclass b/eclass/kde-i18n.eclass index 45ef8513d566..10359b35e13a 100644 --- a/eclass/kde-i18n.eclass +++ b/eclass/kde-i18n.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.20 2002/07/13 16:13:46 stubear Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.21 2002/08/01 18:57:25 danarmak Exp $ inherit kde kde-i18n.org ECLASS=kde-i18n INHERITED="$INHERITED $ECLASS" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.kde.org/" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" myconf="$myconf --enable-final" diff --git a/eclass/koffice-i18n.eclass b/eclass/koffice-i18n.eclass index 1c2ab3c275b8..8b6aae6b9ee8 100644 --- a/eclass/koffice-i18n.eclass +++ b/eclass/koffice-i18n.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.11 2002/07/13 16:13:46 stubear Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.12 2002/08/01 18:57:25 danarmak Exp $ inherit kde ECLASS=koffice-i18n INHERITED="$INHERITED $ECLASS" @@ -25,7 +25,7 @@ S=${WORKDIR}/${PN} DESCRIPTION="KOffice ${PV} - i18n: ${PN}" HOMEPAGE="http://www.koffice.org/" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="~app-office/koffice-${PV}" myconf="$myconf --enable-final" |