summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuerch <nativemad@gentoo.org>2011-11-04 16:15:07 +0000
committerAndreas Schuerch <nativemad@gentoo.org>2011-11-04 16:15:07 +0000
commitf9ca6f0266055d6ba965e9a923cd0c608813ee7e (patch)
treebb472cc439e4e5798bc289793c47d543507734cf /mail-client
parentUse eclass for pax (diff)
downloadgentoo-2-f9ca6f0266055d6ba965e9a923cd0c608813ee7e.tar.gz
gentoo-2-f9ca6f0266055d6ba965e9a923cd0c608813ee7e.tar.bz2
gentoo-2-f9ca6f0266055d6ba965e9a923cd0c608813ee7e.zip
x86 stable, see bug 388613
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/roundcube/ChangeLog5
-rw-r--r--mail-client/roundcube/roundcube-0.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog
index 39e3f6cf573d..f969e0f5dc29 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.59 2011/11/03 11:43:44 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.60 2011/11/04 16:15:07 nativemad Exp $
+
+ 05 Nov 2011; Andreas Schuerch <nativemad@gentoo.org> roundcube-0.6.ebuild:
+ x86 stable, see bug 388613
03 Nov 2011; Tony Vroon <chainsaw@gentoo.org> roundcube-0.6.ebuild:
Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney &
diff --git a/mail-client/roundcube/roundcube-0.6.ebuild b/mail-client/roundcube/roundcube-0.6.ebuild
index bbe119fff4a4..0b93b70a2744 100644
--- a/mail-client/roundcube/roundcube-0.6.ebuild
+++ b/mail-client/roundcube/roundcube-0.6.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.6.ebuild,v 1.2 2011/11/03 11:43:44 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.6.ebuild,v 1.3 2011/11/04 16:15:07 nativemad 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 ~x86"
+KEYWORDS="amd64 x86"
IUSE="ldap mysql postgres ssl spell +sqlite"
DEPEND=""