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 A3BB6138335 for ; Sun, 19 Aug 2018 01:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C818E07C7; Sun, 19 Aug 2018 01:27:20 +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 778CEE07C7 for ; Sun, 19 Aug 2018 01:27:19 +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 F3EC7340ECB for ; Sun, 19 Aug 2018 01:27:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E96B3A2 for ; Sun, 19 Aug 2018 01:27:16 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1534641956.22833b60dd6097c0001bbf34cfbad020f84118d9.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 22833b60dd6097c0001bbf34cfbad020f84118d9 X-VCS-Branch: master Date: Sun, 19 Aug 2018 01:27:16 +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: a6b8bcc4-713b-4493-9cc0-b05bd5bf484d X-Archives-Hash: 1dc1fa1d749c2a1cbd1011c12dfc6e09 commit: 22833b60dd6097c0001bbf34cfbad020f84118d9 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Aug 19 01:25:56 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Aug 19 01:25:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22833b60 app-emacs/s: amd64 stable wrt bug #662784 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-emacs/s/s-1.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild index 206b9307010..3aedf0602b4 100644 --- a/app-emacs/s/s-1.12.0.ebuild +++ b/app-emacs/s/s-1.12.0.ebuild @@ -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 ~arm x86" +KEYWORDS="amd64 ~arm x86" S="${WORKDIR}/s.el-${PV}" SITEFILE="50${PN}-gentoo.el"