diff options
author | Markus Meier <maekke@gentoo.org> | 2013-09-08 15:41:08 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-09-08 15:41:08 +0000 |
commit | f0ac0906fc0f5c31f059d84b2195dcad78866465 (patch) | |
tree | 029fa31c2392429d45bcb563691c6f6b0f3c5bbe /mail-client | |
parent | Fix tests on first install, bug #482554. (diff) | |
download | historical-f0ac0906fc0f5c31f059d84b2195dcad78866465.tar.gz historical-f0ac0906fc0f5c31f059d84b2195dcad78866465.tar.bz2 historical-f0ac0906fc0f5c31f059d84b2195dcad78866465.zip |
arm stable, bug #482206
Package-Manager: portage-2.2.1/cvs/Linux x86_64
RepoMan-Options: --include-arches="arm"
Manifest-Sign-Key: 0x072AD062
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index ff07635fa3dd..a4ea0300e86c 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.123 2013/09/07 18:11:00 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.124 2013/09/08 15:41:08 maekke Exp $ + + 08 Sep 2013; Markus Meier <maekke@gentoo.org> roundcube-0.9.3.ebuild: + arm stable, bug #482206 *roundcube-0.9.4 (07 Sep 2013) diff --git a/mail-client/roundcube/roundcube-0.9.3.ebuild b/mail-client/roundcube/roundcube-0.9.3.ebuild index 50ea9d997b89..be882c96e614 100644 --- a/mail-client/roundcube/roundcube-0.9.3.ebuild +++ b/mail-client/roundcube/roundcube-0.9.3.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.3.ebuild,v 1.2 2013/09/04 13:25:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.9.3.ebuild,v 1.3 2013/09/08 15:41:08 maekke 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 |