diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-08-29 12:47:58 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-08-29 12:47:58 +0000 |
commit | ac0e02c9c0dd2263b9746ab9f02b36455de99846 (patch) | |
tree | 8d45722c2dedec6d6cfcd9582f5fac3ee5d5e7c4 /dev-python/4suite | |
parent | Added new patch that allows to use MPLAYER_BIN on amd64 for version 0.9.3_pre... (diff) | |
download | gentoo-2-ac0e02c9c0dd2263b9746ab9f02b36455de99846.tar.gz gentoo-2-ac0e02c9c0dd2263b9746ab9f02b36455de99846.tar.bz2 gentoo-2-ac0e02c9c0dd2263b9746ab9f02b36455de99846.zip |
fix to adhere multilib-strict; bug 145456 thanks to Michael Weyershaeuser
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'dev-python/4suite')
-rw-r--r-- | dev-python/4suite/4suite-1.0_beta3.ebuild | 7 | ||||
-rw-r--r-- | dev-python/4suite/ChangeLog | 5 |
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. |