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 EC340138330 for ; Tue, 29 May 2018 11:17:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2BC5E07F6; Tue, 29 May 2018 11:17:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95EF8E07F6 for ; Tue, 29 May 2018 11:17:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88E14335C87 for ; Tue, 29 May 2018 11:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E88C02C0 for ; Tue, 29 May 2018 11:17:31 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1527592264.666d61f53b2d1fed13cf14bbbc61820fbf453710.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmspub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libmspub/libmspub-0.1.4.ebuild X-VCS-Directories: app-text/libmspub/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 666d61f53b2d1fed13cf14bbbc61820fbf453710 X-VCS-Branch: master Date: Tue, 29 May 2018 11:17:31 +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: 9f78719b-c0d4-4216-8644-0adbe9b0b67a X-Archives-Hash: 36c9f7a479b96a89b43ce0795f81515c commit: 666d61f53b2d1fed13cf14bbbc61820fbf453710 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue May 29 11:11:04 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue May 29 11:11:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666d61f5 app-text/libmspub: x86 stable (bug #652638) Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-text/libmspub/libmspub-0.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libmspub/libmspub-0.1.4.ebuild b/app-text/libmspub/libmspub-0.1.4.ebuild index 358bec7b708..a7a301490ef 100644 --- a/app-text/libmspub/libmspub-0.1.4.ebuild +++ b/app-text/libmspub/libmspub-0.1.4.ebuild @@ -17,7 +17,7 @@ SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" IUSE="doc static-libs"