summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-06 12:31:27 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-06 12:31:27 +0000
commit11d157e8cb576224dc3e9691fac77cbcd0f85bd6 (patch)
tree948191b596907114b3bafcd10a695083818c07ed /dev-python/visual
parentDelete older ebuild. (diff)
downloadgentoo-2-11d157e8cb576224dc3e9691fac77cbcd0f85bd6.tar.gz
gentoo-2-11d157e8cb576224dc3e9691fac77cbcd0f85bd6.tar.bz2
gentoo-2-11d157e8cb576224dc3e9691fac77cbcd0f85bd6.zip
Simplify src_configure().
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/visual')
-rw-r--r--dev-python/visual/visual-5.3.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/visual/visual-5.3.2.ebuild b/dev-python/visual/visual-5.3.2.ebuild
index 449985dd321d..129744c9125a 100644
--- a/dev-python/visual/visual-5.3.2.ebuild
+++ b/dev-python/visual/visual-5.3.2.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-python/visual/visual-5.3.2.ebuild,v 1.5 2010/06/06 09:13:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.3.2.ebuild,v 1.6 2010/06/06 12:31:27 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -44,7 +44,7 @@ src_configure() {
append-cxxflags -I${BOOST_INC}
append-ldflags -L${BOOST_LIB}
- python_execute_function -d -s -- \
+ python_src_configure \
--with-html-dir=/usr/share/doc/${PF}/html \
--with-example-dir=/usr/share/doc/${PF}/examples \
$(use_enable doc docs) \