diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-07-29 19:31:39 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-07-29 19:31:39 +0000 |
commit | 9df15d38a0e707932c2c41e8a402f0045030a664 (patch) | |
tree | 415942238b66e8e09ac9b258d0cf5b726d4d07d9 /net-libs/sofia-sip | |
parent | Stable on amd64 wrt bug #329293 (diff) | |
download | gentoo-2-9df15d38a0e707932c2c41e8a402f0045030a664.tar.gz gentoo-2-9df15d38a0e707932c2c41e8a402f0045030a664.tar.bz2 gentoo-2-9df15d38a0e707932c2c41e8a402f0045030a664.zip |
RESTRICT=test for now until a better fix is found to allow stabilization as discussed in bug #321591, problems with tests were reported to upstream but we are still waiting for feedback.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/sofia-sip')
-rw-r--r-- | net-libs/sofia-sip/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/sofia-sip/sofia-sip-1.12.10.ebuild | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/net-libs/sofia-sip/ChangeLog b/net-libs/sofia-sip/ChangeLog index d0a4765963a5..319ef9324a35 100644 --- a/net-libs/sofia-sip/ChangeLog +++ b/net-libs/sofia-sip/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/sofia-sip # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/sofia-sip/ChangeLog,v 1.12 2010/07/25 15:26:51 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/sofia-sip/ChangeLog,v 1.13 2010/07/29 19:31:39 pacho Exp $ + + 29 Jul 2010; Pacho Ramos <pacho@gentoo.org> sofia-sip-1.12.10.ebuild: + RESTRICT=test for now until a better fix is found to allow stabilization + as discussed in bug #321591, problems with tests were reported to upstream + but we are still waiting for feedback. 25 Jul 2010; Tobias Klausmann <klausman@gentoo.org> sofia-sip-1.12.10.ebuild: diff --git a/net-libs/sofia-sip/sofia-sip-1.12.10.ebuild b/net-libs/sofia-sip/sofia-sip-1.12.10.ebuild index c575692956c2..156cd68434bf 100644 --- a/net-libs/sofia-sip/sofia-sip-1.12.10.ebuild +++ b/net-libs/sofia-sip/sofia-sip-1.12.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/sofia-sip/sofia-sip-1.12.10.ebuild,v 1.6 2010/07/25 15:26:51 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/sofia-sip/sofia-sip-1.12.10.ebuild,v 1.7 2010/07/29 19:31:39 pacho Exp $ DESCRIPTION="RFC3261 compliant SIP User-Agent library" HOMEPAGE="http://sofia-sip.sourceforge.net/" @@ -15,6 +15,9 @@ RDEPEND="dev-libs/glib ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND}" +# tests are broken, see bugs 304607 and 330261 +RESTRICT="test" + src_compile() { econf $(use_with ssl openssl) || die "econf failed" emake || die "emake failed" |