From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-855817-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 16E0E1388BF for <garchives@archives.gentoo.org>; Thu, 7 Jan 2016 20:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A05B0E0825; Thu, 7 Jan 2016 20:34:11 +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 4C4A2E0825 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Jan 2016 20:34:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D39834094F for <gentoo-commits@lists.gentoo.org>; Thu, 7 Jan 2016 20:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 400B1138 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Jan 2016 20:34:08 +0000 (UTC) From: "Markus Meier" <maekke@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" <maekke@gentoo.org> Message-ID: <1452198832.5b14092040203a9bba04c9021a2b643ada0dc497.maekke@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.3.ebuild X-VCS-Directories: mail-client/roundcube/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 5b14092040203a9bba04c9021a2b643ada0dc497 X-VCS-Branch: master Date: Thu, 7 Jan 2016 20:34:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cfedf0d0-6916-4f2b-a914-28faf0a1d15a X-Archives-Hash: dd8638250a73dfafb385e715e04da811 commit: 5b14092040203a9bba04c9021a2b643ada0dc497 Author: Markus Meier <maekke <AT> gentoo <DOT> org> AuthorDate: Thu Jan 7 20:33:52 2016 +0000 Commit: Markus Meier <maekke <AT> gentoo <DOT> org> CommitDate: Thu Jan 7 20:33:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b140920 mail-client/roundcube: add ~arm, bug #567996 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm" mail-client/roundcube/roundcube-1.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/roundcube/roundcube-1.1.3.ebuild b/mail-client/roundcube/roundcube-1.1.3.ebuild index 2adcdae..687115a 100644 --- a/mail-client/roundcube/roundcube-1.1.3.ebuild +++ b/mail-client/roundcube/roundcube-1.1.3.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 ~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 )"