diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-29 16:20:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-29 16:20:08 +0000 |
commit | 9fd5879482bbb0211ad2244ba5e6132aa9ad28a2 (patch) | |
tree | fa61fe960d1537e787ad3d9111a96a266fbbe019 /mail-client | |
parent | Stable for amd64, wrt bug #445063 (diff) | |
download | gentoo-2-9fd5879482bbb0211ad2244ba5e6132aa9ad28a2.tar.gz gentoo-2-9fd5879482bbb0211ad2244ba5e6132aa9ad28a2.tar.bz2 gentoo-2-9fd5879482bbb0211ad2244ba5e6132aa9ad28a2.zip |
Stable for ppc, wrt bug #434378
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index 097b8200f648..6df62ea58c71 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.91 2012/11/21 22:32:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.92 2012/11/29 16:20:08 ago Exp $ + + 29 Nov 2012; <ago@gentoo.org> roundcube-0.8.1.ebuild: + Stable for ppc, wrt bug #434378 *roundcube-0.8.4 (21 Nov 2012) diff --git a/mail-client/roundcube/roundcube-0.8.1.ebuild b/mail-client/roundcube/roundcube-0.8.1.ebuild index 61d78541dc80..6efcd0d0a26b 100644 --- a/mail-client/roundcube/roundcube-0.8.1.ebuild +++ b/mail-client/roundcube/roundcube-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.8.1.ebuild,v 1.4 2012/10/02 21:35:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.8.1.ebuild,v 1.5 2012/11/29 16:20:08 ago Exp $ EAPI="4" @@ -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-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 ssl spell" RDEPEND="virtual/httpd-php |