summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-10-04 01:24:56 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-10-04 01:24:56 +0000
commit79725f48b3e1a82d27c085c2499f6bfcd8cdf6ed (patch)
tree54b44a70b7c1f673b6e9e663c1a7d270a0d09697 /net-misc/asterisk-chan_misdn
parentSparc stable --- Bug #230919 and Bug #239368. (diff)
downloadgentoo-2-79725f48b3e1a82d27c085c2499f6bfcd8cdf6ed.tar.gz
gentoo-2-79725f48b3e1a82d27c085c2499f6bfcd8cdf6ed.tar.bz2
gentoo-2-79725f48b3e1a82d27c085c2499f6bfcd8cdf6ed.zip
add ~amd64 kw, bug #196778
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'net-misc/asterisk-chan_misdn')
-rw-r--r--net-misc/asterisk-chan_misdn/ChangeLog8
-rw-r--r--net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/net-misc/asterisk-chan_misdn/ChangeLog b/net-misc/asterisk-chan_misdn/ChangeLog
index f723c51d17e8..286ab9be0647 100644
--- a/net-misc/asterisk-chan_misdn/ChangeLog
+++ b/net-misc/asterisk-chan_misdn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/asterisk-chan_misdn
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_misdn/ChangeLog,v 1.5 2007/02/22 02:06:11 peper Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_misdn/ChangeLog,v 1.6 2008/10/04 01:24:56 darkside Exp $
+
+ 04 Oct 2008; Jeremy Olexa <darkside@gentoo.org>
+ asterisk-chan_misdn-0.3.0.ebuild:
+ add ~amd64 kw, bug #196778
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild b/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild
index 49ffcec432ab..b6dbc453ba85 100644
--- a/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild
+++ b/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild,v 1.1 2006/04/08 17:34:00 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild,v 1.2 2008/10/04 01:24:56 darkside Exp $
MY_PN=${PN/asterisk-}
DESCRIPTION="Asterisk channel plugin for mISDN"
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.beronet.com/"
SRC_URI="http://www.beronet.com/downloads/chan_misdn/releases/V${PV:0:3}/${MY_PN}-${PV/_/-}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_PN}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -ir "s:.*MISDNUSERLIB.*::" Makefile || die "sed failed"
}