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 0A09D1382C5 for ; Sun, 18 Feb 2018 21:48:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 256CEE0D4D; Sun, 18 Feb 2018 21:48:46 +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 079DDE0D4D for ; Sun, 18 Feb 2018 21:48:46 +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 3E8C8335C5B for ; Sun, 18 Feb 2018 21:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E97B242 for ; Sun, 18 Feb 2018 21:48:41 +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: <1518990499.139fc44f9274b8e0393353dfa27bf8f0f01d9a33.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 139fc44f9274b8e0393353dfa27bf8f0f01d9a33 X-VCS-Branch: master Date: Sun, 18 Feb 2018 21:48:41 +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: 5599a951-87c0-4bb5-8098-0d347ae11617 X-Archives-Hash: cba49102df0f9ac1f6ba5516b7891448 commit: 139fc44f9274b8e0393353dfa27bf8f0f01d9a33 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Feb 18 21:43:57 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Feb 18 21:48:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139fc44f app-emacs/slime: x86 stable (bug #621516) Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emacs/slime/slime-2.15.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/slime/slime-2.15.ebuild b/app-emacs/slime/slime-2.15.ebuild index bcab613a5c7..367f357aff3 100644 --- a/app-emacs/slime/slime-2.15.ebuild +++ b/app-emacs/slime/slime-2.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,9 +16,9 @@ fi LICENSE="GPL-2 xref? ( xref.lisp )" SLOT="0" if [[ ${PV} == *9999* ]]; then - KEYWORDS="" + KEYWORDS="x86" else - KEYWORDS="~amd64 ~ppc ~sparc ~x86" + KEYWORDS="~amd64 ~ppc ~sparc x86" fi IUSE="doc xref" RESTRICT=test # tests fail to contact sbcl