diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2005-08-27 20:25:17 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2005-08-27 20:25:17 +0000 |
commit | a93b0e541924e2c938801a8aaee0477e81cb93d3 (patch) | |
tree | 3573f64460649ddd4c6faa24ddc06e282b4e739c /net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild | |
parent | Double ebuilds for new upstream version, one for the stable apache, one for t... (diff) | |
download | gentoo-2-a93b0e541924e2c938801a8aaee0477e81cb93d3.tar.gz gentoo-2-a93b0e541924e2c938801a8aaee0477e81cb93d3.tar.bz2 gentoo-2-a93b0e541924e2c938801a8aaee0477e81cb93d3.zip |
Does not work with 1.2.0 ebuild, adding blocker
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild')
-rw-r--r-- | net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild b/net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild index 52b9740d6fab..401e8f50c12b 100644 --- a/net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild +++ b/net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.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_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild,v 1.2 2005/05/10 12:09:36 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild,v 1.3 2005/08/27 20:25:17 stkn Exp $ inherit eutils @@ -17,7 +17,8 @@ KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=net-wireless/bluez-libs-2.10 - >=net-misc/asterisk-1.0.5-r1" + >=net-misc/asterisk-1.0.5-r1 + !>=net-misc/asterisk-1.1.0" S=${WORKDIR}/${MY_PN} |