diff options
author | 2005-08-27 20:30:28 +0000 | |
---|---|---|
committer | 2005-08-27 20:30:28 +0000 | |
commit | 01017e31e8b71de7591e8d1a3ee63d683cefd205 (patch) | |
tree | d1c4d43916fb96491480e514011236854545aa65 /net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild | |
parent | Double ebuilds for new upstream version, one for the stable apache, one for t... (diff) | |
download | historical-01017e31e8b71de7591e8d1a3ee63d683cefd205.tar.gz historical-01017e31e8b71de7591e8d1a3ee63d683cefd205.tar.bz2 historical-01017e31e8b71de7591e8d1a3ee63d683cefd205.zip |
Does not work with 1.2.0 ebuild, adding blocker
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild')
-rw-r--r-- | net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild b/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild index f163d3f27396..7242541a2cc6 100644 --- a/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild +++ b/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild,v 1.2 2005/05/10 12:18:06 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild,v 1.3 2005/08/27 20:27:25 stkn Exp $ inherit eutils @@ -16,7 +16,8 @@ KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND=">=net-misc/asterisk-1.0.5-r1" +DEPEND=">=net-misc/asterisk-1.0.5-r1 + !>=net-misc/asterisk-1.1.0" S=${WORKDIR}/${MY_PN}-${PV} |