diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-06 14:19:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-06 14:19:59 +0000 |
commit | 0004e857a227f780ac13048a252c69581c847c15 (patch) | |
tree | e7b2598ad8ec3eac4b681b6aef54d28885434f3e /app-text/sablotron/sablotron-1.0.3.ebuild | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-0004e857a227f780ac13048a252c69581c847c15.tar.gz historical-0004e857a227f780ac13048a252c69581c847c15.tar.bz2 historical-0004e857a227f780ac13048a252c69581c847c15.zip |
Prepare in the correct directory (#300798)
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'app-text/sablotron/sablotron-1.0.3.ebuild')
-rw-r--r-- | app-text/sablotron/sablotron-1.0.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/sablotron/sablotron-1.0.3.ebuild b/app-text/sablotron/sablotron-1.0.3.ebuild index 4dddf59ad81f..d6cc9625d92a 100644 --- a/app-text/sablotron/sablotron-1.0.3.ebuild +++ b/app-text/sablotron/sablotron-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.3.ebuild,v 1.11 2009/06/19 21:40:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.3.ebuild,v 1.12 2010/02/06 14:19:59 tove Exp $ inherit base autotools @@ -27,6 +27,7 @@ PATCHES="${FILESDIR}/1.0.3-libsablot-expat.patch" src_unpack() { base_src_unpack + cd "${S}" eautoreconf elibtoolize } |