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 8A7DA13888F for ; Fri, 23 Oct 2015 09:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A42E21C014; Fri, 23 Oct 2015 09:06:01 +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 A8A52E086A for ; Fri, 23 Oct 2015 09:06:00 +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 B57923408BC for ; Fri, 23 Oct 2015 09:05:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFD9B1633 for ; Fri, 23 Oct 2015 09:05:56 +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: <1445591077.c80cbd9c03e0a4f1a87d589aae875f90b7702228.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/akonadi-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild X-VCS-Directories: app-office/akonadi-server/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c80cbd9c03e0a4f1a87d589aae875f90b7702228 X-VCS-Branch: master Date: Fri, 23 Oct 2015 09:05:56 +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: 8cd9fa5e-3323-4da3-bbb1-fd4827b9b3e1 X-Archives-Hash: d89e54f4b9c9b303e6cf576ecc52c700 commit: c80cbd9c03e0a4f1a87d589aae875f90b7702228 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Oct 23 09:04:37 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Oct 23 09:04:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80cbd9c app-office/akonadi-server: amd64 stable wrt bug #563528 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild b/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild index 4f92f42..05a4839 100644 --- a/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild +++ b/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild @@ -11,7 +11,7 @@ if [[ $PV = *9999* ]]; then KEYWORDS="" else SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" S="${WORKDIR}/${P/-server/}" fi