diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-08 08:30:42 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-08 08:30:42 +0000 |
commit | ab433359ce0b0e6e31f5e6a13e32d0c18ffa30d8 (patch) | |
tree | c2ab2052edbcf6a50ea6ff3b7d340a0095ead752 /net-im/mu-conference | |
parent | Unmask net-im/jabberd2. (diff) | |
download | gentoo-2-ab433359ce0b0e6e31f5e6a13e32d0c18ffa30d8.tar.gz gentoo-2-ab433359ce0b0e6e31f5e6a13e32d0c18ffa30d8.tar.bz2 gentoo-2-ab433359ce0b0e6e31f5e6a13e32d0c18ffa30d8.zip |
Fix DEPEND on jabberd, see bug #195091.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'net-im/mu-conference')
-rw-r--r-- | net-im/mu-conference/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/mu-conference/mu-conference-0.6.0-r1.ebuild | 6 | ||||
-rw-r--r-- | net-im/mu-conference/mu-conference-0.6.0-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-im/mu-conference/ChangeLog b/net-im/mu-conference/ChangeLog index c85bcfb4b5b9..c6485549ac24 100644 --- a/net-im/mu-conference/ChangeLog +++ b/net-im/mu-conference/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/mu-conference -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/ChangeLog,v 1.20 2007/05/06 11:49:16 genone Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/ChangeLog,v 1.21 2008/01/08 08:30:42 nelchael Exp $ + + 08 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org> + mu-conference-0.6.0-r1.ebuild, mu-conference-0.6.0-r2.ebuild: + Fix DEPEND on jabberd, see bug #195091. 06 May 2007; Marius Mauch <genone@gentoo.org> mu-conference-0.6.0-r1.ebuild, mu-conference-0.6.0-r2.ebuild: diff --git a/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild b/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild index 216c1ef04d5c..1ac15fa7f891 100644 --- a/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild +++ b/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild,v 1.11 2007/07/12 05:34:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/mu-conference-0.6.0-r1.ebuild,v 1.12 2008/01/08 08:30:42 nelchael Exp $ inherit eutils @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ~sparc" SLOT="0" -DEPEND="=net-im/jabberd-1.4* +DEPEND="net-im/jabberd >=dev-libs/glib-2.2.1" IUSE="" diff --git a/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild b/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild index 9fe3fd810619..11472fdb5e8c 100644 --- a/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild +++ b/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild,v 1.10 2007/07/12 05:34:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/mu-conference/mu-conference-0.6.0-r2.ebuild,v 1.11 2008/01/08 08:30:42 nelchael Exp $ inherit eutils @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~sparc ~ppc" SLOT="0" -DEPEND="=net-im/jabberd-1.4* +DEPEND="net-im/jabberd >=dev-libs/glib-2.2.1" IUSE="" |