diff options
author | Keri Harris <keri@gentoo.org> | 2006-12-03 04:00:43 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2006-12-03 04:00:43 +0000 |
commit | dd3e8bc7988b063b03b370fad9ae88580575cee5 (patch) | |
tree | 18284ef5473e67836f020b5fafe5e5bef6759f0f /dev-lang/yap/yap-5.1.1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-dd3e8bc7988b063b03b370fad9ae88580575cee5.tar.gz gentoo-2-dd3e8bc7988b063b03b370fad9ae88580575cee5.tar.bz2 gentoo-2-dd3e8bc7988b063b03b370fad9ae88580575cee5.zip |
Add multilib patch. Bug #147098.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'dev-lang/yap/yap-5.1.1.ebuild')
-rw-r--r-- | dev-lang/yap/yap-5.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/yap/yap-5.1.1.ebuild b/dev-lang/yap/yap-5.1.1.ebuild index 5e07dd10ef26..f9859214abe4 100644 --- a/dev-lang/yap/yap-5.1.1.ebuild +++ b/dev-lang/yap/yap-5.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-5.1.1.ebuild,v 1.3 2006/11/23 16:35:54 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-5.1.1.ebuild,v 1.4 2006/12/03 04:00:43 keri Exp $ inherit autotools eutils @@ -31,6 +31,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-configure.patch + epatch "${FILESDIR}"/${P}-multilib.patch epatch "${FILESDIR}"/${P}-analyst.patch epatch "${FILESDIR}"/${P}-myddas.patch epatch "${FILESDIR}"/${P}-tabling.patch |