summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/partysip')
-rw-r--r--net-misc/partysip/ChangeLog6
-rw-r--r--net-misc/partysip/partysip-2.1.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/partysip/ChangeLog b/net-misc/partysip/ChangeLog
index 211a18308192..f571b5d9bfcd 100644
--- a/net-misc/partysip/ChangeLog
+++ b/net-misc/partysip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/partysip
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/ChangeLog,v 1.4 2004/07/01 21:44:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/ChangeLog,v 1.5 2004/09/21 19:46:44 stkn Exp $
+
+ 21 Sep 2004; <stkn@gentoo.org> partysip-2.1.1.ebuild:
+ partysip won't compile with >=libosip-2.0.7, changing dependency to
+ ~libosip-2.0.6 for now...
01 Jul 2004; Jon Hood <squinky86@gentoo.org> partysip-2.1.1.ebuild:
change virtual/glibc to virtual/libc
diff --git a/net-misc/partysip/partysip-2.1.1.ebuild b/net-misc/partysip/partysip-2.1.1.ebuild
index 7ecfbc84624a..2f4495d1e5ce 100644
--- a/net-misc/partysip/partysip-2.1.1.ebuild
+++ b/net-misc/partysip/partysip-2.1.1.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/partysip/partysip-2.1.1.ebuild,v 1.4 2004/07/01 21:44:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/partysip-2.1.1.ebuild,v 1.5 2004/09/21 19:46:44 stkn Exp $
#IUSE="gdbm berkdb debug"
IUSE="debug"
@@ -17,7 +17,7 @@ LICENSE="LGPL-2" # not 100% about -2, but core is LGPL
KEYWORDS="~x86"
DEPEND="virtual/libc
- >=net-libs/libosip-2.0.0"
+ ~net-libs/libosip-2.0.6"
# gdbm? ( >=sys-libs/gdbm-1.8.0 )
# berkdb? ( >=sys-libs/db-4.1.20 )"