diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-15 17:56:20 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-15 17:56:20 +0000 |
commit | a90a194826f2c534d7436779c7dc11c3faf115d8 (patch) | |
tree | ee3ed70f0cb3ce69e2700605185ebde2104e1b11 /dev-vcs/bzrtools/bzrtools-2.0.1.ebuild | |
parent | Version bumped. (diff) | |
download | gentoo-2-a90a194826f2c534d7436779c7dc11c3faf115d8.tar.gz gentoo-2-a90a194826f2c534d7436779c7dc11c3faf115d8.tar.bz2 gentoo-2-a90a194826f2c534d7436779c7dc11c3faf115d8.zip |
Delete calls to deprecated python_version().
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/bzrtools/bzrtools-2.0.1.ebuild')
-rw-r--r-- | dev-vcs/bzrtools/bzrtools-2.0.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-vcs/bzrtools/bzrtools-2.0.1.ebuild b/dev-vcs/bzrtools/bzrtools-2.0.1.ebuild index 4672b1812ac5..be76d6fdfea4 100644 --- a/dev-vcs/bzrtools/bzrtools-2.0.1.ebuild +++ b/dev-vcs/bzrtools/bzrtools-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzrtools/bzrtools-2.0.1.ebuild,v 1.2 2010/03/05 09:52:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzrtools/bzrtools-2.0.1.ebuild,v 1.3 2010/06/15 17:56:20 arfrever Exp $ EAPI="2" @@ -28,7 +28,6 @@ S=${WORKDIR}/${PN} PYTHON_MODNAME=bzrlib src_test() { - python_version einfo "Running testsuite..." # put a linked copy of the bzr core into the build directory to properly # test the "built" version of bzrtools |