diff options
author | Kevyn Shortell <trance@gentoo.org> | 2003-11-02 06:11:14 +0000 |
---|---|---|
committer | Kevyn Shortell <trance@gentoo.org> | 2003-11-02 06:11:14 +0000 |
commit | 5449de8585263a001f3fed41c8ca5ac93d51fa69 (patch) | |
tree | 024d92e1f0211e6515bd620886058cbc88c36bca /sys-apps/cpudyn | |
parent | Initial import (diff) | |
download | gentoo-2-5449de8585263a001f3fed41c8ca5ac93d51fa69.tar.gz gentoo-2-5449de8585263a001f3fed41c8ca5ac93d51fa69.tar.bz2 gentoo-2-5449de8585263a001f3fed41c8ca5ac93d51fa69.zip |
Added ~ppc keyword. tested on ibook 500 and 800
Diffstat (limited to 'sys-apps/cpudyn')
-rw-r--r-- | sys-apps/cpudyn/cpudyn-0.4.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/cpudyn/cpudyn-0.4.7.ebuild b/sys-apps/cpudyn/cpudyn-0.4.7.ebuild index bd262763461c..c1287612b14f 100644 --- a/sys-apps/cpudyn/cpudyn-0.4.7.ebuild +++ b/sys-apps/cpudyn/cpudyn-0.4.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpudyn/cpudyn-0.4.7.ebuild,v 1.1 2003/10/22 01:17:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpudyn/cpudyn-0.4.7.ebuild,v 1.2 2003/11/02 06:11:14 trance Exp $ DESCRIPTION="A daemon to control laptop power consumption via cpufreq and disk standby" HOMEPAGE="http://mnm.uib.es/~gallir/${PN}/" SRC_URI="http://mnm.uib.es/~gallir/${PN}/download/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" S=${WORKDIR}/${PN} |