summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2012-03-18 22:00:26 +0000
committerTony Vroon <chainsaw@gentoo.org>2012-03-18 22:00:26 +0000
commitfc9f274d14287fdcd0ed6a1a550fd06424c551e1 (patch)
tree7f953d52db8676a818150ca46ef5c683621418b4 /net-misc
parentclean unused licenses (diff)
downloadgentoo-2-fc9f274d14287fdcd0ed6a1a550fd06424c551e1.tar.gz
gentoo-2-fc9f274d14287fdcd0ed6a1a550fd06424c551e1.tar.bz2
gentoo-2-fc9f274d14287fdcd0ed6a1a550fd06424c551e1.zip
As pointed out by Michael "Mr. Bones" Sterret, it is no longer possible to depend on 10.0.* versions of Asterisk.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/asterisk-g729/ChangeLog7
-rw-r--r--net-misc/asterisk-g729/asterisk-g729-10.0.3.1.5.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/asterisk-g729/ChangeLog b/net-misc/asterisk-g729/ChangeLog
index 75cbde9d4ebe..59e0c95b69f2 100644
--- a/net-misc/asterisk-g729/ChangeLog
+++ b/net-misc/asterisk-g729/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/asterisk-g729
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-g729/ChangeLog,v 1.4 2012/01/26 10:02:37 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-g729/ChangeLog,v 1.5 2012/03/18 22:00:26 chainsaw Exp $
+
+ 18 Mar 2012; Tony Vroon <chainsaw@gentoo.org>
+ asterisk-g729-10.0.3.1.5.ebuild:
+ As pointed out by Michael "Mr. Bones" Sterret, it is no longer possible to
+ depend on 10.0.* versions of Asterisk.
*asterisk-g729-1.8.4.3.1.5-r2 (26 Jan 2012)
diff --git a/net-misc/asterisk-g729/asterisk-g729-10.0.3.1.5.ebuild b/net-misc/asterisk-g729/asterisk-g729-10.0.3.1.5.ebuild
index 02fc4ddd0523..6c2f63964dbd 100644
--- a/net-misc/asterisk-g729/asterisk-g729-10.0.3.1.5.ebuild
+++ b/net-misc/asterisk-g729/asterisk-g729-10.0.3.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-g729/asterisk-g729-10.0.3.1.5.ebuild,v 1.1 2012/01/03 13:29:14 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-g729/asterisk-g729-10.0.3.1.5.ebuild,v 1.2 2012/03/18 22:00:26 chainsaw Exp $
EAPI="4"
@@ -11,7 +11,6 @@ HOMEPAGE="http://store.digium.com/productview.php?product_code=G729CODEC"
BENCH_PV=1.0.8
-AST_DPV=10.0
AST_PV=10.0
MY_PV=$(replace_version_separator 2 _)
@@ -55,7 +54,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND="${DEPEND} =net-misc/asterisk-${AST_DPV-${AST_PV}}*"
+RDEPEND="${DEPEND} =net-misc/asterisk-10*"
RESTRICT="mirror strip"