diff options
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} |