diff options
author | 2011-12-08 21:09:38 +0000 | |
---|---|---|
committer | 2011-12-08 21:09:38 +0000 | |
commit | c0f3afeef659070a93f7c8fd740fb36bad56492e (patch) | |
tree | 331fe7c56f3658616a02d90610551177c7df5f73 /mail-client/roundcube | |
parent | add ~arm, bug #385255 (diff) | |
download | gentoo-2-c0f3afeef659070a93f7c8fd740fb36bad56492e.tar.gz gentoo-2-c0f3afeef659070a93f7c8fd740fb36bad56492e.tar.bz2 gentoo-2-c0f3afeef659070a93f7c8fd740fb36bad56492e.zip |
add ~arm, bug #385255
(Portage version: 2.1.10.39/cvs/Linux i686)
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index 95f9c8172cbc..7af3f6711cb6 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.61 2011/11/25 19:11:11 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.62 2011/12/08 21:09:38 maekke Exp $ + + 08 Dec 2011; Markus Meier <maekke@gentoo.org> roundcube-0.6.ebuild: + add ~arm, bug #385255 25 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> roundcube-0.6.ebuild: ppc/ppc64 stable wrt #389807 diff --git a/mail-client/roundcube/roundcube-0.6.ebuild b/mail-client/roundcube/roundcube-0.6.ebuild index 3f3cbc6c744d..e3bae83e9b07 100644 --- a/mail-client/roundcube/roundcube-0.6.ebuild +++ b/mail-client/roundcube/roundcube-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.6.ebuild,v 1.4 2011/11/25 19:11:11 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.6.ebuild,v 1.5 2011/12/08 21:09:38 maekke Exp $ EAPI="2" @@ -15,7 +15,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-2 BSD PHP-2.02 PHP-3 MIT public-domain" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ppc ppc64 x86" IUSE="ldap mysql postgres ssl spell +sqlite" DEPEND="" |