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 B56A81382C5 for ; Sat, 3 Mar 2018 18:58:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBE6AE0943; Sat, 3 Mar 2018 18:58:00 +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 C8E89E0943 for ; Sat, 3 Mar 2018 18:58:00 +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 AFC45335C0C for ; Sat, 3 Mar 2018 18:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B60A1EE for ; Sat, 3 Mar 2018 18:57:58 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1520103383.2814a7c12ed283e57ed1fddb2d378aa6acb16f07.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/slime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/slime/slime-2.15.ebuild X-VCS-Directories: app-emacs/slime/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 2814a7c12ed283e57ed1fddb2d378aa6acb16f07 X-VCS-Branch: master Date: Sat, 3 Mar 2018 18:57:58 +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: b7fd683f-ec8b-44fe-beb7-666845c5e02a X-Archives-Hash: 00dd5f4d37ca646eb68d259368b9a8fe commit: 2814a7c12ed283e57ed1fddb2d378aa6acb16f07 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Mar 3 18:56:23 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Mar 3 18:56:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2814a7c1 app-emacs/slime: amd64 stable (ALLARCHES), bug 621516 Bug: https://bugs.gentoo.org/621516 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emacs/slime/slime-2.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/slime/slime-2.15.ebuild b/app-emacs/slime/slime-2.15.ebuild index c0c73e5a471..26d86bd44bd 100644 --- a/app-emacs/slime/slime-2.15.ebuild +++ b/app-emacs/slime/slime-2.15.ebuild @@ -16,7 +16,7 @@ fi LICENSE="GPL-2 xref? ( xref.lisp )" SLOT="0" if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64 ppc ~sparc x86" + KEYWORDS="amd64 ppc ~sparc x86" fi IUSE="doc xref" RESTRICT=test # tests fail to contact sbcl