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 B9BA2138334 for ; Sat, 28 Jul 2018 13:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FB9CE0867; Sat, 28 Jul 2018 13:25:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5921EE0867 for ; Sat, 28 Jul 2018 13:25:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 46429335C47 for ; Sat, 28 Jul 2018 13:25:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57CE4396 for ; Sat, 28 Jul 2018 13:25:00 +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: <1532784276.702970abcf27ea092403950d5f3db45237297262.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/s/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/s/s-1.12.0.ebuild X-VCS-Directories: app-emacs/s/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 702970abcf27ea092403950d5f3db45237297262 X-VCS-Branch: master Date: Sat, 28 Jul 2018 13:25:00 +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: a5edd1f9-7015-4662-822d-7fd816200419 X-Archives-Hash: 852fe0922c51c9747348eb447aba3f00 commit: 702970abcf27ea092403950d5f3db45237297262 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Jul 28 13:18:28 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Jul 28 13:24:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702970ab app-emacs/s: x86 keyworded (bug #661432) Package-Manager: Portage-2.3.43, Repoman-2.3.10 app-emacs/s/s-1.12.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild index 2a3d49f9a3e..d35e6bd2e50 100644 --- a/app-emacs/s/s-1.12.0.ebuild +++ b/app-emacs/s/s-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" S="${WORKDIR}/s.el-${PV}" SITEFILE="50${PN}-gentoo.el"