summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-23 00:02:21 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-23 00:02:21 +0000
commit609518f28dbed9f20ca02410c6690efc401a8dfd (patch)
treed2bdbf651926a37f3431b550c48481115b70820a /www-apps
parentfix building with USE=-X #82919 by Diego Pettenò (diff)
downloadhistorical-609518f28dbed9f20ca02410c6690efc401a8dfd.tar.gz
historical-609518f28dbed9f20ca02410c6690efc401a8dfd.tar.bz2
historical-609518f28dbed9f20ca02410c6690efc401a8dfd.zip
xml -> xml2 #82891
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/horde/Manifest12
-rw-r--r--www-apps/horde/horde-3.0.2.ebuild4
2 files changed, 3 insertions, 13 deletions
diff --git a/www-apps/horde/Manifest b/www-apps/horde/Manifest
index 085314bd72c3..1dcd4208ebab 100644
--- a/www-apps/horde/Manifest
+++ b/www-apps/horde/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 dfba6138802d4cdae2e1a9981707a45e ChangeLog 3007
MD5 cb784fc68f8ebab5c112b7067200fa7f metadata.xml 475
MD5 b1706a22b495ecb76b0cc34ec0cbe797 horde-2.2.7.ebuild 994
-MD5 f4a79f718b35f87dec4696e252398d87 horde-3.0.2.ebuild 987
+MD5 6390bdba6b17ac6a0cb68fc7f6d20f3d horde-3.0.2.ebuild 988
MD5 2c9d8789f198805ad8020c3725264661 files/digest-horde-2.2.7 63
MD5 190e388b404790801c1e7098bf73d145 files/digest-horde-3.0.2 64
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.14 (GNU/Linux)
-
-iD8DBQFB6kofroRuSHgZdywRAn09AJ9G70irlhM/OgncyGQurriK8sQJcgCeJ1l/
-9n/9YdbCRKt6392P08AKDSs=
-=84cD
------END PGP SIGNATURE-----
diff --git a/www-apps/horde/horde-3.0.2.ebuild b/www-apps/horde/horde-3.0.2.ebuild
index fdac40759703..15a76c5f9081 100644
--- a/www-apps/horde/horde-3.0.2.ebuild
+++ b/www-apps/horde/horde-3.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-3.0.2.ebuild,v 1.1 2005/01/16 11:02:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-3.0.2.ebuild,v 1.2 2005/02/23 00:02:21 vapier Exp $
inherit horde
@@ -21,7 +21,7 @@ RDEPEND=">=dev-php/mod_php-4.1.0
pkg_setup() {
has_version '>=dev-php/mod_php-5' \
- && HORDE_PHP_FEATURES="nls session xml" \
+ && HORDE_PHP_FEATURES="nls session xml2" \
|| HORDE_PHP_FEATURES="nls"
horde_pkg_setup
}