diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-07-07 06:21:42 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-07-07 06:21:42 +0000 |
commit | c30c0c58266fb784edaf4b7db43c2516ecaf05c3 (patch) | |
tree | 78601dafc922a051cea3311ce84427661349144d /sys-power/cpudyn/cpudyn-1.0.1.ebuild | |
parent | removed non-existent dep (diff) | |
download | historical-c30c0c58266fb784edaf4b7db43c2516ecaf05c3.tar.gz historical-c30c0c58266fb784edaf4b7db43c2516ecaf05c3.tar.bz2 historical-c30c0c58266fb784edaf4b7db43c2516ecaf05c3.zip |
Stable on ppc64; bug #139391
Package-Manager: portage-2.1-r1
Diffstat (limited to 'sys-power/cpudyn/cpudyn-1.0.1.ebuild')
-rw-r--r-- | sys-power/cpudyn/cpudyn-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/cpudyn/cpudyn-1.0.1.ebuild b/sys-power/cpudyn/cpudyn-1.0.1.ebuild index 93ddf3ea356b..f53d84111a11 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-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.2 2006/04/06 12:58:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/cpudyn-1.0.1.ebuild,v 1.3 2006/07/07 06:21:42 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 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~x86" IUSE="" S=${WORKDIR}/${PN} |