From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1740958973 for ; Thu, 21 Jan 2016 13:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29B12E0810; Thu, 21 Jan 2016 13:20:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89ED2E0810 for ; Thu, 21 Jan 2016 13:20:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B034F34097F for ; Thu, 21 Jan 2016 13:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ABDDA91 for ; Thu, 21 Jan 2016 13:20:34 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1453382411.4f47923600bde27bd156ec3408459d88a7d3dfd5.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/roundcube/roundcube-1.1.4.ebuild X-VCS-Directories: mail-client/roundcube/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 4f47923600bde27bd156ec3408459d88a7d3dfd5 X-VCS-Branch: master Date: Thu, 21 Jan 2016 13:20:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe5de4ce-7980-44fa-acec-13a45e09bd38 X-Archives-Hash: 2d00e03e9423a676a70a1c81dd148191 commit: 4f47923600bde27bd156ec3408459d88a7d3dfd5 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Jan 21 13:20:11 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Jan 21 13:20:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f479236 mail-client/roundcube: amd64 stable wrt bug #570336 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> mail-client/roundcube/roundcube-1.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/roundcube/roundcube-1.1.4.ebuild b/mail-client/roundcube/roundcube-1.1.4.ebuild index 4924cf9..ddb0fed 100644 --- a/mail-client/roundcube/roundcube-1.1.4.ebuild +++ b/mail-client/roundcube/roundcube-1.1.4.ebuild @@ -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-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="enigma ldap managesieve mysql postgres sqlite ssl spell" REQUIRED_USE="|| ( mysql postgres sqlite )"