diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-05-07 19:34:10 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-05-07 19:34:10 +0000 |
commit | 8ab0ccb395a7a766c9ced8350215cc97c36b55cb (patch) | |
tree | 16e3e2d733b2067d53f733377cdf8415a5755783 /net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild | |
parent | Fix install with Python3 as the main interpreter (Bug 365635, thx for patch b... (diff) | |
download | gentoo-2-8ab0ccb395a7a766c9ced8350215cc97c36b55cb.tar.gz gentoo-2-8ab0ccb395a7a766c9ced8350215cc97c36b55cb.tar.bz2 gentoo-2-8ab0ccb395a7a766c9ced8350215cc97c36b55cb.zip |
Fix a comment.
(Portage version: 2.2.0_alpha31_p4/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild')
-rw-r--r-- | net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild b/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild index a2c6059310e8..3d2e555330d0 100644 --- a/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild +++ b/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild,v 1.1 2011/05/07 19:27:31 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild,v 1.2 2011/05/07 19:34:10 arfrever Exp $ EAPI=3 @@ -63,7 +63,7 @@ DOCS="CHANGES NEWS AUTHORS README" src_prepare() { epatch "${FILESDIR}"/${P}-init.patch epatch "${FILESDIR}"/${PN}-init-sve-start.patch - # Need to ensure that setup.py is run with python-2 + # Need to ensure that generated scripts use Python 2 at run time. sed -e "s:self.python = '/usr/bin/python':self.python = '/usr/bin/python2':" \ -i setup.py || die "sed failed" python_copy_sources |