summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r--mail-client/roundcube/ChangeLog5
-rw-r--r--mail-client/roundcube/roundcube-1.0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog
index df41534fca2c..5f0d8bef8abc 100644
--- a/mail-client/roundcube/ChangeLog
+++ b/mail-client/roundcube/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/roundcube
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.140 2014/09/14 22:10:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.141 2014/09/14 22:39:43 jer Exp $
+
+ 14 Sep 2014; Jeroen Roovers <jer@gentoo.org> roundcube-1.0.2.ebuild:
+ Remove obsolete USE dependency.
14 Sep 2014; Jeroen Roovers <jer@gentoo.org> -roundcube-0.8.7.ebuild,
-roundcube-0.9.5.ebuild, -files/postinstall-en-0.6.txt,
diff --git a/mail-client/roundcube/roundcube-1.0.2.ebuild b/mail-client/roundcube/roundcube-1.0.2.ebuild
index 916f4ceddb7a..1ceb1f89b781 100644
--- a/mail-client/roundcube/roundcube-1.0.2.ebuild
+++ b/mail-client/roundcube/roundcube-1.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-1.0.2.ebuild,v 1.7 2014/09/14 07:50:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-1.0.2.ebuild,v 1.8 2014/09/14 22:39:43 jer Exp $
EAPI=5
@@ -34,7 +34,7 @@ RDEPEND="
>=dev-php/PEAR-Net_Socket-1.0.14
mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
spell? ( dev-lang/php[curl,spell] )
- sqlite? ( || ( dev-lang/php[sqlite] dev-lang/php[sqlite3] ) )
+ sqlite? ( dev-lang/php[sqlite] )
virtual/httpd-php
"