From 6ed61e787e517dbdfee95a157c79890331ddc180 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sun, 14 Sep 2014 22:39:43 +0000 Subject: Remove obsolete USE dependency. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613) --- mail-client/roundcube/ChangeLog | 5 ++++- mail-client/roundcube/roundcube-1.0.2.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'mail-client/roundcube') 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 roundcube-1.0.2.ebuild: + Remove obsolete USE dependency. 14 Sep 2014; Jeroen Roovers -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 " -- cgit v1.2.3-65-gdbad