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 | f338b84361e2a150394a7cc676b5590f9a5707d9 (patch) | |
tree | 90c46a3b6de059e34e4e9a0965ca7aa782f0a341 /app-text/sablotron | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-f338b84361e2a150394a7cc676b5590f9a5707d9.tar.gz gentoo-2-f338b84361e2a150394a7cc676b5590f9a5707d9.tar.bz2 gentoo-2-f338b84361e2a150394a7cc676b5590f9a5707d9.zip |
Prepare in the correct directory (#300798)
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'app-text/sablotron')
-rw-r--r-- | app-text/sablotron/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-1.0.3.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-text/sablotron/ChangeLog b/app-text/sablotron/ChangeLog index c3fd5f82645b..5fbb58abc8fc 100644 --- a/app-text/sablotron/ChangeLog +++ b/app-text/sablotron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sablotron -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.66 2009/06/20 11:47:10 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.67 2010/02/06 14:19:59 tove Exp $ + + 06 Feb 2010; Torsten Veller <tove@gentoo.org> sablotron-1.0.3.ebuild: + Prepare in the correct directory (#300798) 20 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> -sablotron-1.0.1.ebuild: 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 } |