diff options
-rw-r--r-- | net-misc/asterisk/asterisk-1.6.1.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/asterisk/asterisk-1.6.1.6-r2.ebuild b/net-misc/asterisk/asterisk-1.6.1.6-r2.ebuild index f1d2a9bdedd4..01b7e2e221da 100644 --- a/net-misc/asterisk/asterisk-1.6.1.6-r2.ebuild +++ b/net-misc/asterisk/asterisk-1.6.1.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.6.1.6-r2.ebuild,v 1.1 2009/10/26 13:34:21 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.6.1.6-r2.ebuild,v 1.2 2009/10/26 20:02:51 mr_bones_ Exp $ EAPI=1 inherit eutils autotools @@ -157,7 +157,7 @@ src_unpack() { # # do not ignore alarm-cleared event while V23 caller ID detection is in progress # otherwise automated British Telecom line test causes permanent red alarm - # https://issues.asterisk.org/view.php?id=14163 + # https://issues.asterisk.org/view.php?id=14163 # epatch "${FILESDIR}"/1.6.1/${P}-bt-line-test.patch || die "patch failed" |