diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-09-18 04:50:15 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-09-18 04:50:15 +0000 |
commit | 72a368c969a02f183f8260c6e9593faad938c645 (patch) | |
tree | 1f9c3c587b3a938f8077f05de2933a28a5be1a04 /mail-client | |
parent | Remove redundant maintainer from metadata. (diff) | |
download | gentoo-2-72a368c969a02f183f8260c6e9593faad938c645.tar.gz gentoo-2-72a368c969a02f183f8260c6e9593faad938c645.tar.bz2 gentoo-2-72a368c969a02f183f8260c6e9593faad938c645.zip |
x86 stable, see bug 434378
(Portage version: 2.1.11.9/cvs/Linux i686)
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 8642b59e22fd..8f4e33ccb9c5 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.87 2012/09/15 15:06:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.88 2012/09/18 04:50:15 nativemad Exp $ + + 18 Sep 2012; Andreas Schuerch <nativemad@gentoo.org> roundcube-0.8.1.ebuild: + x86 stable, see bug 434378 15 Sep 2012; Agostino Sarubbo <ago@gentoo.org> roundcube-0.8.1.ebuild: Stable for amd64, wrt bug #434378 diff --git a/mail-client/roundcube/roundcube-0.8.1.ebuild b/mail-client/roundcube/roundcube-0.8.1.ebuild index 6268e5697426..9579a8630208 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.2 2012/09/15 15:06:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.8.1.ebuild,v 1.3 2012/09/18 04:50:15 nativemad 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 |