summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/4suite')
-rw-r--r--dev-python/4suite/4suite-1.0_beta3.ebuild7
-rw-r--r--dev-python/4suite/ChangeLog5
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/4suite/4suite-1.0_beta3.ebuild b/dev-python/4suite/4suite-1.0_beta3.ebuild
index af3753d848db..d3eeb2265753 100644
--- a/dev-python/4suite/4suite-1.0_beta3.ebuild
+++ b/dev-python/4suite/4suite-1.0_beta3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/4suite-1.0_beta3.ebuild,v 1.8 2006/08/29 04:10:25 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/4suite-1.0_beta3.ebuild,v 1.9 2006/08/29 12:47:58 blubb Exp $
-inherit distutils eutils
+inherit distutils eutils python multilib
MY_PV=${PV/_beta/b}
S=${WORKDIR}/4Suite-${MY_PV}
@@ -26,7 +26,8 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/1.0_b3-add_root_opt.diff
- python setup.py config --prefix=/usr --docdir=/usr/share/doc/${P}
+ python_version
+ python setup.py config --prefix=/usr --docdir=/usr/share/doc/${P} --pythonlibbdir=/usr/$(get_libdir)/python${PYVER}/site-packages --libdir=/usr/$(get_libdir)/4Suite
}
src_install() {
diff --git a/dev-python/4suite/ChangeLog b/dev-python/4suite/ChangeLog
index ece46968fe58..2f387852e268 100644
--- a/dev-python/4suite/ChangeLog
+++ b/dev-python/4suite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/4suite
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/ChangeLog,v 1.28 2006/08/29 04:10:25 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/ChangeLog,v 1.29 2006/08/29 12:47:58 blubb Exp $
+
+ 29 Aug 2006; <blubb@gentoo.org> 4suite-1.0_beta3.ebuild:
+ fix to adhere multilib-strict; bug 145456 thanks to Michael Weyershaeuser
29 Aug 2006; Luis Medinas <metalgod@gentoo.org> 4suite-1.0_beta3.ebuild:
Stable on amd64. Bug #123394.