diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-08-18 17:20:34 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-08-18 17:20:34 +0000 |
commit | afa87d0bbc94145e9f2c5e97364bc7091d16edbe (patch) | |
tree | 83205de67c24beda0147c47a14835edbffb13842 /mail-client/roundcube | |
parent | ppc/ppc64 stable wrt #379557 (diff) | |
download | gentoo-2-afa87d0bbc94145e9f2c5e97364bc7091d16edbe.tar.gz gentoo-2-afa87d0bbc94145e9f2c5e97364bc7091d16edbe.tar.bz2 gentoo-2-afa87d0bbc94145e9f2c5e97364bc7091d16edbe.zip |
ppc/ppc64 stable wrt #379563
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index 8c788b196e7c..68993b7a7d27 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.53 2011/08/17 15:43:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.54 2011/08/18 17:20:34 xarthisius Exp $ + + 18 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> roundcube-0.5.4.ebuild: + ppc/ppc64 stable wrt #379563 17 Aug 2011; Markos Chandras <hwoarang@gentoo.org> roundcube-0.5.4.ebuild: Stable on amd64 wrt bug #379563 diff --git a/mail-client/roundcube/roundcube-0.5.4.ebuild b/mail-client/roundcube/roundcube-0.5.4.ebuild index 7c3728f235cb..3db26c0d54ff 100644 --- a/mail-client/roundcube/roundcube-0.5.4.ebuild +++ b/mail-client/roundcube/roundcube-0.5.4.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.5.4.ebuild,v 1.2 2011/08/17 15:43:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.4.ebuild,v 1.3 2011/08/18 17:20:34 xarthisius 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 ~arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ppc ppc64 ~sparc ~x86" IUSE="ldap mysql postgres ssl spell +sqlite" DEPEND="" |