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 B3E2658973 for ; Sun, 17 Jan 2016 17:02:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12D6021C050; Sun, 17 Jan 2016 17:02:14 +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 A081E21C066 for ; Sun, 17 Jan 2016 17:02:10 +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 335AF34095A for ; Sun, 17 Jan 2016 17:02:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5691EF47 for ; Sun, 17 Jan 2016 17:02:06 +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: <1453050033.9a7326fa043a848be9fadafe161c76b29a82fe0d.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: 9a7326fa043a848be9fadafe161c76b29a82fe0d X-VCS-Branch: master Date: Sun, 17 Jan 2016 17:02:06 +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: 5210d5e9-fdda-4866-9d5d-97d1be6e9798 X-Archives-Hash: 263b806b8df12b7956168c058ca56e46 commit: 9a7326fa043a848be9fadafe161c76b29a82fe0d Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jan 17 17:00:33 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jan 17 17:00:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7326fa mail-client/roundcube: ppc stable wrt bug #570336 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" 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 090384d..a314e23 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 )"