diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-09-14 22:39:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-09-14 22:39:43 +0000 |
commit | 6ed61e787e517dbdfee95a157c79890331ddc180 (patch) | |
tree | 92d49821faf697f456dd0cddce42660c41649921 /mail-client/roundcube | |
parent | Stable for HPPA (bug #522502). (diff) | |
download | gentoo-2-6ed61e787e517dbdfee95a157c79890331ddc180.tar.gz gentoo-2-6ed61e787e517dbdfee95a157c79890331ddc180.tar.bz2 gentoo-2-6ed61e787e517dbdfee95a157c79890331ddc180.zip |
Remove obsolete USE dependency.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-1.0.2.ebuild | 4 |
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 " |