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 4EBD91395E3 for ; Tue, 29 Nov 2016 18:40:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E9F3E0C4A; Tue, 29 Nov 2016 18:40:13 +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 C4D27E0C4A for ; Tue, 29 Nov 2016 18:40:10 +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 729E4341645 for ; Tue, 29 Nov 2016 18:40:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75FF924AB for ; Tue, 29 Nov 2016 18:40:03 +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: <1480444744.3fbe8c3680a4bf3e6359fe1c1dc9b02c1ef7ac7a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libcmis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/libcmis/libcmis-0.5.2_pre20160820.ebuild X-VCS-Directories: dev-cpp/libcmis/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 3fbe8c3680a4bf3e6359fe1c1dc9b02c1ef7ac7a X-VCS-Branch: master Date: Tue, 29 Nov 2016 18:40:03 +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: f275c876-e823-4b72-ac95-44e59ced9c54 X-Archives-Hash: 2d88c9d5495e339ed2cc01c8470494d9 commit: 3fbe8c3680a4bf3e6359fe1c1dc9b02c1ef7ac7a Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Nov 29 18:39:04 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Nov 29 18:39:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbe8c36 dev-cpp/libcmis: amd64 stable wrt bug #600038 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-cpp/libcmis/libcmis-0.5.2_pre20160820.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/libcmis/libcmis-0.5.2_pre20160820.ebuild b/dev-cpp/libcmis/libcmis-0.5.2_pre20160820.ebuild index 2a04934..302989f 100644 --- a/dev-cpp/libcmis/libcmis-0.5.2_pre20160820.ebuild +++ b/dev-cpp/libcmis/libcmis-0.5.2_pre20160820.ebuild @@ -25,7 +25,7 @@ SLOT="0.5" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs man test"