diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-01-16 19:15:37 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-01-16 19:15:37 +0000 |
commit | 4318ba40dce9c27e5031431bc14d9b018702a093 (patch) | |
tree | 3bde3a6ca891e9f2cff66202debf1226684a2532 /sys-power/powertop/powertop-1.9.ebuild | |
parent | Version bump, using a patch to modify build system which is broken more or less. (diff) | |
download | gentoo-2-4318ba40dce9c27e5031431bc14d9b018702a093.tar.gz gentoo-2-4318ba40dce9c27e5031431bc14d9b018702a093.tar.bz2 gentoo-2-4318ba40dce9c27e5031431bc14d9b018702a093.zip |
Sparc stable, Bug #202082 (although I am not sure it is meaningful on sparc,
given the description).
(Portage version: 2.1.4)
Diffstat (limited to 'sys-power/powertop/powertop-1.9.ebuild')
-rw-r--r-- | sys-power/powertop/powertop-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/powertop/powertop-1.9.ebuild b/sys-power/powertop/powertop-1.9.ebuild index a7ab7906e48a..6c2bf05ba621 100644 --- a/sys-power/powertop/powertop-1.9.ebuild +++ b/sys-power/powertop/powertop-1.9.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/sys-power/powertop/powertop-1.9.ebuild,v 1.5 2008/01/13 09:03:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-1.9.ebuild,v 1.6 2008/01/16 19:15:37 fmccor Exp $ inherit toolchain-funcs eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.linuxpowertop.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ppc ~sparc x86" +KEYWORDS="amd64 arm ppc sparc x86" IUSE="unicode" DEPEND="sys-libs/ncurses" |