diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-03 16:20:02 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-03 16:20:02 +0000 |
commit | 3722788b5d1b5fc465be552c09d6bbfdf09380ac (patch) | |
tree | d4f8e3fe3d0c7bcb5a53dde5d15eb2e7665f060c /mail-client/roundcube | |
parent | Fix ldflags and strip issues. Bug #339114. (diff) | |
download | gentoo-2-3722788b5d1b5fc465be552c09d6bbfdf09380ac.tar.gz gentoo-2-3722788b5d1b5fc465be552c09d6bbfdf09380ac.tar.bz2 gentoo-2-3722788b5d1b5fc465be552c09d6bbfdf09380ac.zip |
Stable on amd64 wrt bug #308065
(Portage version: 2.2_rc86/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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index bce6dcf1b6e0..7a87a4282b88 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.26 2010/09/29 16:15:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.27 2010/10/03 16:20:02 hwoarang Exp $ + + 03 Oct 2010; Markos Chandras <hwoarang@gentoo.org> roundcube-0.4.ebuild: + Stable on amd64 wrt bug #308065 *roundcube-0.4.1 (29 Sep 2010) diff --git a/mail-client/roundcube/roundcube-0.4.ebuild b/mail-client/roundcube/roundcube-0.4.ebuild index 117895f226a8..247dfe0290d5 100644 --- a/mail-client/roundcube/roundcube-0.4.ebuild +++ b/mail-client/roundcube/roundcube-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.1 2010/09/28 05:35:44 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.2 2010/10/03 16:20:02 hwoarang Exp $ EAPI="2" @@ -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-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" DEPEND="" |