summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2007-01-07 13:31:52 +0000
committerBryan Østergaard <kloeri@gentoo.org>2007-01-07 13:31:52 +0000
commit8c51c30577b6a0560d81ec613bec6309375af48f (patch)
tree8a31e4d9573806b47fcb9f4ff083093477168f27 /media-gfx
parentRemoved the test for uniqify as all stable baselayouts have the function. (diff)
downloadgentoo-2-8c51c30577b6a0560d81ec613bec6309375af48f.tar.gz
gentoo-2-8c51c30577b6a0560d81ec613bec6309375af48f.tar.bz2
gentoo-2-8c51c30577b6a0560d81ec613bec6309375af48f.zip
Fix python-2.5 related issue, bug 148656.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/graphviz/ChangeLog5
-rw-r--r--media-gfx/graphviz/graphviz-2.8-r2.ebuild8
2 files changed, 10 insertions, 3 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog
index 224b085bf934..67d53d077236 100644
--- a/media-gfx/graphviz/ChangeLog
+++ b/media-gfx/graphviz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphviz
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.96 2007/01/05 08:00:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.97 2007/01/07 13:31:52 kloeri Exp $
+
+ 07 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> graphviz-2.8-r2.ebuild:
+ Fix python-2.5 related issue, bug 148656.
05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> graphviz-1.10.ebuild,
graphviz-1.12.ebuild, graphviz-1.12-r1.ebuild, graphviz-1.16.ebuild,
diff --git a/media-gfx/graphviz/graphviz-2.8-r2.ebuild b/media-gfx/graphviz/graphviz-2.8-r2.ebuild
index 6b8733349005..b868dbad04eb 100644
--- a/media-gfx/graphviz/graphviz-2.8-r2.ebuild
+++ b/media-gfx/graphviz/graphviz-2.8-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.8-r2.ebuild,v 1.7 2006/11/12 04:23:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.8-r2.ebuild,v 1.8 2007/01/07 13:31:52 kloeri Exp $
WANT_AUTOCONF=latest
WANT_AUTOMAKE=latest
@@ -54,6 +54,10 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${P}-notcl.patch
sed -i 's:LC_COLLATE=C:LC_ALL=C:g' lib/common/Makefile.* #134834
+
+ # Make sure SWIG interface is rebuilt
+ touch tclpkg/gv/gv.i
+
eautoreconf
}