summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-27 16:47:40 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-27 16:47:40 +0000
commita477620061ab750d63e8a8e5d465acb711245086 (patch)
treeec3c84fd63b9f1ffee42d857901e186eeba3e9e4 /www-apps/horde
parentAdded a better description for svg global USE flag. (diff)
downloadhistorical-a477620061ab750d63e8a8e5d465acb711245086.tar.gz
historical-a477620061ab750d63e8a8e5d465acb711245086.tar.bz2
historical-a477620061ab750d63e8a8e5d465acb711245086.zip
newer horde needs xml
Diffstat (limited to 'www-apps/horde')
-rw-r--r--www-apps/horde/Manifest8
-rw-r--r--www-apps/horde/horde-3.0.ebuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/www-apps/horde/Manifest b/www-apps/horde/Manifest
index cffdd6e8b3c8..966e603d6811 100644
--- a/www-apps/horde/Manifest
+++ b/www-apps/horde/Manifest
@@ -2,7 +2,7 @@
Hash: SHA1
MD5 8ea873f8de3f441f208d11b92c5ff4b6 ChangeLog 2850
-MD5 ec644ccfbab6fe48ba185aef034a0b34 horde-3.0.ebuild 939
+MD5 5cda0d19323316c2d5c1c2b7a3b24515 horde-3.0.ebuild 943
MD5 cb784fc68f8ebab5c112b7067200fa7f metadata.xml 475
MD5 58d09b3d4ef8f1ca4fb66c1b546f8d02 horde-2.2.7.ebuild 994
MD5 aa44cff95ce13c5c6d2c7a4ba034002f files/digest-horde-3.0 62
@@ -10,7 +10,7 @@ MD5 2c9d8789f198805ad8020c3725264661 files/digest-horde-2.2.7 63
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBy8Q5roRuSHgZdywRAjFeAJ44ECZV6eVFDoFdtVa4FLQxXHkJHgCdEpKR
-CP+oaKkZQthJokTxLa6bE1w=
-=NHyJ
+iD8DBQFB0DzjroRuSHgZdywRAqkTAJ9fQiDIN2hT7F1sO/g2Dlrhu3SNjQCeLd2V
+TaG4gdttRiE1SmWN/8LVT38=
+=c2uS
-----END PGP SIGNATURE-----
diff --git a/www-apps/horde/horde-3.0.ebuild b/www-apps/horde/horde-3.0.ebuild
index b5ad66d88f5f..5b571fbbbf3e 100644
--- a/www-apps/horde/horde-3.0.ebuild
+++ b/www-apps/horde/horde-3.0.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/www-apps/horde/horde-3.0.ebuild,v 1.2 2004/12/24 07:24:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-3.0.ebuild,v 1.3 2004/12/27 16:47:40 vapier Exp $
inherit horde
@@ -19,7 +19,7 @@ RDEPEND=">=dev-php/mod_php-4.1.0
pkg_setup() {
has_version '>=dev-php/mod_php-5' \
- && HORDE_PHP_FEATURES="nls session" \
+ && HORDE_PHP_FEATURES="nls session xml" \
|| HORDE_PHP_FEATURES="nls"
horde_pkg_setup
}