diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-27 22:19:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-27 22:19:39 +0000 |
commit | 9aa8ac63b1334feef26498d64761b0d8de1d7eb1 (patch) | |
tree | 54932fa17cc7ff8feb4e5aac31e8de6d4b558f0f /mail-client/roundcube | |
parent | Stable for x86, wrt bug #477136 (diff) | |
download | gentoo-2-9aa8ac63b1334feef26498d64761b0d8de1d7eb1.tar.gz gentoo-2-9aa8ac63b1334feef26498d64761b0d8de1d7eb1.tar.bz2 gentoo-2-9aa8ac63b1334feef26498d64761b0d8de1d7eb1.zip |
Stable for x86, wrt bug #477266
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index b8d820b79e51..a8e26512c02a 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.118 2013/07/22 21:59:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.119 2013/07/27 22:19:39 ago Exp $ + + 27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> roundcube-0.9.2.ebuild: + Stable for x86, wrt bug #477266 22 Jul 2013; Markus Meier <maekke@gentoo.org> roundcube-0.9.2.ebuild: arm stable, bug #477266 diff --git a/mail-client/roundcube/roundcube-0.9.2.ebuild b/mail-client/roundcube/roundcube-0.9.2.ebuild index 6d1f8c227994..cf39c7ced48e 100644 --- a/mail-client/roundcube/roundcube-0.9.2.ebuild +++ b/mail-client/roundcube/roundcube-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.9.2.ebuild,v 1.4 2013/07/22 21:59:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.9.2.ebuild,v 1.5 2013/07/27 22:19:39 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" # roundcube is GPL-licensed, the rest of the licenses here are # for bundled PEAR components, googiespell and utf8.class.php LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain" -KEYWORDS="amd64 arm ~hppa ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 arm ~hppa ppc ~ppc64 ~sparc x86" IUSE="ldap +mysql postgres sqlite ssl spell" RDEPEND="virtual/httpd-php |