diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-09-12 10:35:41 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-09-12 10:35:41 +0000 |
commit | faa9d03646a9cb0953a7ccd14c228d51a4bce334 (patch) | |
tree | 319d385749fb8846140abadf7b984e5c7bb9fdf4 /mail-client | |
parent | Add ~alpha/~ia64 wrt #280312 (diff) | |
download | gentoo-2-faa9d03646a9cb0953a7ccd14c228d51a4bce334.tar.gz gentoo-2-faa9d03646a9cb0953a7ccd14c228d51a4bce334.tar.bz2 gentoo-2-faa9d03646a9cb0953a7ccd14c228d51a4bce334.zip |
stable x86, bug 272423
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.2.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index 68634818a55a..b4bfd22e3293 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.6 2009/09/04 17:56:21 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.7 2009/09/12 10:35:41 fauli Exp $ + + 12 Sep 2009; Christian Faulhammer <fauli@gentoo.org> + roundcube-0.2.2.ebuild: + stable x86, bug 272423 *roundcube-0.3 (04 Sep 2009) diff --git a/mail-client/roundcube/roundcube-0.2.2.ebuild b/mail-client/roundcube/roundcube-0.2.2.ebuild index a961feb35839..3336eb09a002 100644 --- a/mail-client/roundcube/roundcube-0.2.2.ebuild +++ b/mail-client/roundcube/roundcube-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.2.2.ebuild,v 1.1 2009/07/18 19:29:14 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.2.2.ebuild,v 1.2 2009/09/12 10:35:41 fauli Exp $ MY_PN="${PN}mail" MY_P="${MY_PN}-${PV}" @@ -14,7 +14,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 ~ppc ~ppc64 x86" IUSE="ldap mysql postgres sqlite ssl spell" DEPEND="" |