diff options
author | 2011-01-26 10:44:34 +0000 | |
---|---|---|
committer | 2011-01-26 10:44:34 +0000 | |
commit | 8a01a95e36c1c39f1fac4bbce62295312382c2f9 (patch) | |
tree | 08ae4bb8554265300a87e1c54e2c25ad74075866 /sys-power/powertop/powertop-9999.ebuild | |
parent | stable x86, bug 352391 (diff) | |
download | gentoo-2-8a01a95e36c1c39f1fac4bbce62295312382c2f9.tar.gz gentoo-2-8a01a95e36c1c39f1fac4bbce62295312382c2f9.tar.bz2 gentoo-2-8a01a95e36c1c39f1fac4bbce62295312382c2f9.zip |
fix git url (#350783)
(Portage version: 2.2.0_alpha14/cvs/Linux i686)
Diffstat (limited to 'sys-power/powertop/powertop-9999.ebuild')
-rw-r--r-- | sys-power/powertop/powertop-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild index 19b36b7f0096..48ae5db3e7ba 100644 --- a/sys-power/powertop/powertop-9999.ebuild +++ b/sys-power/powertop/powertop-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-9999.ebuild,v 1.1 2010/05/28 23:33:03 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-9999.ebuild,v 1.2 2011/01/26 10:44:34 bangert Exp $ EAPI=3 @@ -9,7 +9,7 @@ inherit git toolchain-funcs eutils DESCRIPTION="tool that helps you find what software is using the most power" HOMEPAGE="http://www.lesswatts.org/projects/powertop/" SRC_URI="" -EGIT_REPO_URI="git://git.moblin.org/powertop" +EGIT_REPO_URI="git://git.kernel.org/pub/scm/status/powertop/powertop.git" LICENSE="GPL-2" SLOT="0" |