diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2004-09-29 17:30:37 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2004-09-29 17:30:37 +0000 |
commit | 6078b65dfbf29806e499fab81ccc3fc66b26d128 (patch) | |
tree | e1276f194a5df3dca507f46372c2ff21bbf70187 /net-misc/asterisk-sccp | |
parent | fixed sharutils-4.2.1-r10 so it builds (Manifest recommit) (diff) | |
download | gentoo-2-6078b65dfbf29806e499fab81ccc3fc66b26d128.tar.gz gentoo-2-6078b65dfbf29806e499fab81ccc3fc66b26d128.tar.bz2 gentoo-2-6078b65dfbf29806e499fab81ccc3fc66b26d128.zip |
chan_sccp-0.2 won't compile with >=asterisk-1.0.0, blocking that
Diffstat (limited to 'net-misc/asterisk-sccp')
-rw-r--r-- | net-misc/asterisk-sccp/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/asterisk-sccp/asterisk-sccp-0.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/asterisk-sccp/ChangeLog b/net-misc/asterisk-sccp/ChangeLog index 6645aec07d65..f87021541a18 100644 --- a/net-misc/asterisk-sccp/ChangeLog +++ b/net-misc/asterisk-sccp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/asterisk-sccp # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-sccp/ChangeLog,v 1.4 2004/06/24 23:35:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-sccp/ChangeLog,v 1.5 2004/09/29 17:30:37 stkn Exp $ + + 29 Sep 2004; <stkn@gentoo.org> asterisk-sccp-0.2.ebuild: + chan_sccp-0.2 won't compile with >=asterisk-1.0.0, blocking that... 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> asterisk-sccp-0.2.ebuild: Fix use invocation diff --git a/net-misc/asterisk-sccp/asterisk-sccp-0.2.ebuild b/net-misc/asterisk-sccp/asterisk-sccp-0.2.ebuild index f1ee978a8fdf..c06afe450464 100644 --- a/net-misc/asterisk-sccp/asterisk-sccp-0.2.ebuild +++ b/net-misc/asterisk-sccp/asterisk-sccp-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-sccp/asterisk-sccp-0.2.ebuild,v 1.5 2004/06/24 23:35:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-sccp/asterisk-sccp-0.2.ebuild,v 1.6 2004/09/29 17:30:37 stkn Exp $ inherit eutils @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~x86" LICENSE="GPL-2" -DEPEND=">=net-misc/asterisk-0.5.0" +DEPEND=">=net-misc/asterisk-0.5.0 + ! >=net-misc/asterisk-1.0.0" src_unpack() { unpack ${A} |