From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DFBA13832E for ; Fri, 5 Aug 2016 14:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A987921C03A; Fri, 5 Aug 2016 14:18:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4713221C03A for ; Fri, 5 Aug 2016 14:18:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25578340B7A for ; Fri, 5 Aug 2016 14:18:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4B457CE for ; Fri, 5 Aug 2016 14:18:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1470406649.08fe5f9af0977095033482e1950d435c0d73f728.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/sylpheed/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/sylpheed/sylpheed-3.5.0.ebuild X-VCS-Directories: mail-client/sylpheed/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 08fe5f9af0977095033482e1950d435c0d73f728 X-VCS-Branch: master Date: Fri, 5 Aug 2016 14:18:02 +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: abff077f-63ee-4e25-9528-43c5fa72f61c X-Archives-Hash: 0190b7ca6a9cf897d9a2d2bf75c71767 commit: 08fe5f9af0977095033482e1950d435c0d73f728 Author: Virgil Dupras hardcoded net> AuthorDate: Mon Aug 1 01:48:37 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 5 14:17:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fe5f9a mail-client/sylpheed: add ~arm keyword, #578324 Closes: https://github.com/gentoo/gentoo/pull/1990 Package-Manager: portage-2.2.28 mail-client/sylpheed/sylpheed-3.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/sylpheed/sylpheed-3.5.0.ebuild b/mail-client/sylpheed/sylpheed-3.5.0.ebuild index b0b1451..70b9ce6 100644 --- a/mail-client/sylpheed/sylpheed-3.5.0.ebuild +++ b/mail-client/sylpheed/sylpheed-3.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface" CDEPEND="x11-libs/gtk+:2