diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2006-12-27 15:13:23 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2006-12-27 15:13:23 +0000 |
commit | 09119147463fc3507727fdde94dfb12e12764c48 (patch) | |
tree | 937c62cc59f69fa5861dc333181887fb3433bc0f /net-misc/astmanproxy/astmanproxy-1.1.ebuild | |
parent | Add ~amd64 wrt bug #145543. (diff) | |
download | gentoo-2-09119147463fc3507727fdde94dfb12e12764c48.tar.gz gentoo-2-09119147463fc3507727fdde94dfb12e12764c48.tar.bz2 gentoo-2-09119147463fc3507727fdde94dfb12e12764c48.zip |
Fix multilib and add ~amd64 wrt bug #145543.
(Portage version: 2.1.2_rc4)
Diffstat (limited to 'net-misc/astmanproxy/astmanproxy-1.1.ebuild')
-rw-r--r-- | net-misc/astmanproxy/astmanproxy-1.1.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/astmanproxy/astmanproxy-1.1.ebuild b/net-misc/astmanproxy/astmanproxy-1.1.ebuild index 815ad177f4f3..80f4420a6d07 100644 --- a/net-misc/astmanproxy/astmanproxy-1.1.ebuild +++ b/net-misc/astmanproxy/astmanproxy-1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/astmanproxy-1.1.ebuild,v 1.3 2005/07/13 11:04:13 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/astmanproxy-1.1.ebuild,v 1.4 2006/12/27 15:13:23 peper Exp $ -inherit eutils +inherit eutils multilib DESCRIPTION="Proxy for the Asterisk manager interface" HOMEPAGE="http://www.popvox.com/astmanproxy/" @@ -12,7 +12,7 @@ IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" DEPEND="virtual/libc" @@ -22,6 +22,10 @@ src_unpack() { # small patch for cflags and path changes epatch "${FILESDIR}"/${P}-gentoo.diff + + # Fix multilib + sed -i -e "s#/usr/lib/#/usr/$(get_libdir)/#" "${S}/Makefile" \ + || die "multilib sed failed" } src_install() { |