diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-05-31 05:13:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-05-31 05:13:43 +0000 |
commit | 2f0f3a2be923fe31ed5ab68fed47506b87508b89 (patch) | |
tree | 21ef5c2ef0ac09ae4509cc1b53bc6970530885f4 /www-apps/horde-passwd | |
parent | Depend on either horde or horde-groupware as pointed out by Robin Bankhead #2... (diff) | |
download | historical-2f0f3a2be923fe31ed5ab68fed47506b87508b89.tar.gz historical-2f0f3a2be923fe31ed5ab68fed47506b87508b89.tar.bz2 historical-2f0f3a2be923fe31ed5ab68fed47506b87508b89.zip |
Depend on either horde or horde-groupware or horde-webmail as pointed out by Robin Bankhead #217326.
Package-Manager: portage-2.2_pre5.spank.spunk
Diffstat (limited to 'www-apps/horde-passwd')
-rw-r--r-- | www-apps/horde-passwd/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/horde-passwd/horde-passwd-3.0.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/www-apps/horde-passwd/ChangeLog b/www-apps/horde-passwd/ChangeLog index fa065a607757..919788750b75 100644 --- a/www-apps/horde-passwd/ChangeLog +++ b/www-apps/horde-passwd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/horde-passwd -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.14 2007/07/12 14:29:55 gustavoz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.15 2008/05/31 05:13:43 vapier Exp $ + + 31 May 2008; Mike Frysinger <vapier@gentoo.org> horde-passwd-3.0.1.ebuild: + Depend on either horde or horde-groupware or horde-webmail as pointed out by + Robin Bankhead #217326. 12 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> horde-passwd-3.0.1.ebuild: diff --git a/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild b/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild index 3411bc5a1a74..d23d438f9950 100644 --- a/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild +++ b/www-apps/horde-passwd/horde-passwd-3.0.1.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/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild,v 1.2 2007/07/12 14:29:55 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild,v 1.3 2008/05/31 05:13:43 vapier Exp $ HORDE_PHP_FEATURES="ctype" @@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc sparc ~x86" IUSE="clearpasswd" DEPEND="" -RDEPEND=">=www-apps/horde-3.0" +RDEPEND="|| ( >=www-apps/horde-3 >=www-apps/horde-groupware-1 >=www-apps/horde-webmail-1 )" src_unpack() { horde_src_unpack |