diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-16 04:46:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-16 04:46:55 +0000 |
commit | e632ae6a16694e08a883efd64a340f0aff068e15 (patch) | |
tree | 65e0949d9820198e4d64b0e87fb2ac068368d69f /kde-base/kcalc/kcalc-4.1.3.ebuild | |
parent | Build against sources in /usr/src/linux instead of /lib/modules/uname -r (diff) | |
download | historical-e632ae6a16694e08a883efd64a340f0aff068e15.tar.gz historical-e632ae6a16694e08a883efd64a340f0aff068e15.tar.bz2 historical-e632ae6a16694e08a883efd64a340f0aff068e15.zip |
Add ppc/ppc64 love #244306.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27.4 x86_64
Diffstat (limited to 'kde-base/kcalc/kcalc-4.1.3.ebuild')
-rw-r--r-- | kde-base/kcalc/kcalc-4.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/kcalc/kcalc-4.1.3.ebuild b/kde-base/kcalc/kcalc-4.1.3.ebuild index 031f0c1bd16d..2d2bfa68f070 100644 --- a/kde-base/kcalc/kcalc-4.1.3.ebuild +++ b/kde-base/kcalc/kcalc-4.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.1.3.ebuild,v 1.1 2008/11/09 02:27:17 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.1.3.ebuild,v 1.2 2008/11/16 04:46:45 vapier Exp $ EAPI="2" @@ -9,7 +9,7 @@ CPPUNIT_REQUIRED="optional" inherit kde4-meta DESCRIPTION="KDE calculator" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="debug htmlhandbook" DEPEND="dev-libs/gmp" |