diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2004-09-21 20:28:30 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2004-09-21 20:28:30 +0000 |
commit | 7997e01b5613bf76362d6d984c7e63780c44fa3b (patch) | |
tree | e0892079b09b06e258d8e7f1563cca00ec18a156 /net-misc | |
parent | found a fix in the partysip cvs, works with >=libosip-2.0.7 and previous vers... (diff) | |
download | gentoo-2-7997e01b5613bf76362d6d984c7e63780c44fa3b.tar.gz gentoo-2-7997e01b5613bf76362d6d984c7e63780c44fa3b.tar.bz2 gentoo-2-7997e01b5613bf76362d6d984c7e63780c44fa3b.zip |
changing DEPENDS and closing #64526
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/partysip/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/partysip/partysip-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/partysip/ChangeLog b/net-misc/partysip/ChangeLog index f79033d82f18..151436327467 100644 --- a/net-misc/partysip/ChangeLog +++ b/net-misc/partysip/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2004/09/21 20:20:38 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/ChangeLog,v 1.7 2004/09/21 20:28:30 stkn Exp $ + + 21 Sep 2004; <stkn@gentoo.org> partysip-2.1.1.ebuild: + changed DEPENDS to old value (>=net-libs/libosip-2.0.0) after closing #64526 21 Sep 2004; <stkn@gentoo.org> +files/partysip-2.1.1-libosip2fix.diff, partysip-2.1.1.ebuild: diff --git a/net-misc/partysip/partysip-2.1.1.ebuild b/net-misc/partysip/partysip-2.1.1.ebuild index 70868cdbc867..13d9d8be2d37 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.6 2004/09/21 20:20:38 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/partysip-2.1.1.ebuild,v 1.7 2004/09/21 20:28:30 stkn Exp $ #IUSE="gdbm berkdb debug" IUSE="debug" @@ -19,7 +19,7 @@ LICENSE="LGPL-2" # not 100% about -2, but core is LGPL KEYWORDS="~x86" DEPEND="virtual/libc - ~net-libs/libosip-2.0.6" + >=net-libs/libosip-2.0.0" # gdbm? ( >=sys-libs/gdbm-1.8.0 ) # berkdb? ( >=sys-libs/db-4.1.20 )" |