diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-21 09:59:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-21 09:59:37 +0000 |
commit | f692b9e35d0d7b508d7c40d037ffc7ade001c848 (patch) | |
tree | 0a961598969c8fda3fdb4daa73fbd8edb0414923 /mail-client | |
parent | Stable for amd64, wrt bug #477160 (diff) | |
download | gentoo-2-f692b9e35d0d7b508d7c40d037ffc7ade001c848.tar.gz gentoo-2-f692b9e35d0d7b508d7c40d037ffc7ade001c848.tar.bz2 gentoo-2-f692b9e35d0d7b508d7c40d037ffc7ade001c848.zip |
Stable for amd64, wrt bug #477266
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'mail-client')
-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 700304dbda05..26383d977395 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.115 2013/06/18 04:05:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.116 2013/07/21 09:59:37 ago Exp $ + + 21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> roundcube-0.9.2.ebuild: + Stable for amd64, wrt bug #477266 *roundcube-0.9.2 (18 Jun 2013) diff --git a/mail-client/roundcube/roundcube-0.9.2.ebuild b/mail-client/roundcube/roundcube-0.9.2.ebuild index e04feab7ae61..b9ac8d8163e4 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.1 2013/06/18 04:05:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.9.2.ebuild,v 1.2 2013/07/21 09:59:37 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 |