diff options
author | Thomas Sachau <tommy@gentoo.org> | 2009-07-06 16:35:55 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2009-07-06 16:35:55 +0000 |
commit | 5633170e7c2bd79f1e040e4285c37e93ae1cfc7d (patch) | |
tree | a82e9915b57df7c508110ca82931f0daa0703e3d /dev-python/tagpy | |
parent | Initial import, bug #263204. (diff) | |
download | gentoo-2-5633170e7c2bd79f1e040e4285c37e93ae1cfc7d.tar.gz gentoo-2-5633170e7c2bd79f1e040e4285c37e93ae1cfc7d.tar.bz2 gentoo-2-5633170e7c2bd79f1e040e4285c37e93ae1cfc7d.zip |
Fix typo
(Portage version: 2.2_rc33-r2/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/tagpy')
-rw-r--r-- | dev-python/tagpy/tagpy-0.94.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tagpy/tagpy-0.94.5-r1.ebuild b/dev-python/tagpy/tagpy-0.94.5-r1.ebuild index 6dd56c80ad33..656b457147aa 100644 --- a/dev-python/tagpy/tagpy-0.94.5-r1.ebuild +++ b/dev-python/tagpy/tagpy-0.94.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/tagpy-0.94.5-r1.ebuild,v 1.1 2009/07/05 16:33:23 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/tagpy-0.94.5-r1.ebuild,v 1.2 2009/07/06 16:35:55 tommy Exp $ EAPI="2" @@ -22,7 +22,7 @@ RDEPEND="virtual/python DEPEND="${RDEPEND} dev-python/setuptools" -src_configuree() { +src_configure() { ./configure \ --taglib-inc-dir="/usr/include/taglib" \ --boost-python-libname="boost_python-mt" || die |