diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-04-06 12:58:54 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-04-06 12:58:54 +0000 |
commit | bce650b6c428279819281c118ed13f94a726c863 (patch) | |
tree | b71ddb385eee4e403daf9f9d864123771244b192 /sys-power/cpudyn/cpudyn-1.0.1.ebuild | |
parent | create CTARGET-cpp names as well (diff) | |
download | gentoo-2-bce650b6c428279819281c118ed13f94a726c863.tar.gz gentoo-2-bce650b6c428279819281c118ed13f94a726c863.tar.bz2 gentoo-2-bce650b6c428279819281c118ed13f94a726c863.zip |
Added ~ppc64
(Portage version: 2.0.54)
Diffstat (limited to 'sys-power/cpudyn/cpudyn-1.0.1.ebuild')
-rw-r--r-- | sys-power/cpudyn/cpudyn-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-power/cpudyn/cpudyn-1.0.1.ebuild b/sys-power/cpudyn/cpudyn-1.0.1.ebuild index df37d89241c1..93ddf3ea356b 100644 --- a/sys-power/cpudyn/cpudyn-1.0.1.ebuild +++ b/sys-power/cpudyn/cpudyn-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/cpudyn-1.0.1.ebuild,v 1.1 2005/07/13 23:08:39 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/cpudyn-1.0.1.ebuild,v 1.2 2006/04/06 12:58:54 corsair Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://mnm.uib.es/~gallir/${PN}/download/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" S=${WORKDIR}/${PN} |