summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/sablotron')
-rw-r--r--app-text/sablotron/ChangeLog7
-rw-r--r--app-text/sablotron/sablotron-1.0.3.ebuild5
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
}