From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1006875-garchives=archives.gentoo.org@lists.gentoo.org>
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 983BD1382C5
	for <garchives@archives.gentoo.org>; Sat,  3 Mar 2018 13:24:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A1404E0905;
	Sat,  3 Mar 2018 13:24:52 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 81747E0905
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Mar 2018 13:24:52 +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 740AC335C0C
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Mar 2018 13:24:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B0BE51EE
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Mar 2018 13:24:49 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1520083460.d5a32fc10c56a21edf1120739b6e0b18358c269d.ulm@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.11.ebuild app-emacs/slime/slime-2.12.ebuild app-emacs/slime/slime-2.15.ebuild
X-VCS-Directories: app-emacs/slime/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: d5a32fc10c56a21edf1120739b6e0b18358c269d
X-VCS-Branch: master
Date: Sat,  3 Mar 2018 13:24:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: a3286419-649e-425f-9254-9fcb34db2eb1
X-Archives-Hash: 809fc05717c8bad584641b085d4458f3

commit:     d5a32fc10c56a21edf1120739b6e0b18358c269d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 13:21:23 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 13:24:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a32fc1

app-emacs/slime: Remove bogus KEYWORDS line.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emacs/slime/slime-2.11.ebuild | 6 ++----
 app-emacs/slime/slime-2.12.ebuild | 6 ++----
 app-emacs/slime/slime-2.15.ebuild | 4 +---
 3 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/app-emacs/slime/slime-2.11.ebuild b/app-emacs/slime/slime-2.11.ebuild
index bcab613a5c7..c83a3e7645d 100644
--- a/app-emacs/slime/slime-2.11.ebuild
+++ b/app-emacs/slime/slime-2.11.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
@@ -15,9 +15,7 @@ fi
 
 LICENSE="GPL-2 xref? ( xref.lisp )"
 SLOT="0"
-if [[ ${PV} == *9999* ]]; then
-	KEYWORDS=""
-else
+if [[ ${PV} != *9999* ]]; then
 	KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 fi
 IUSE="doc xref"

diff --git a/app-emacs/slime/slime-2.12.ebuild b/app-emacs/slime/slime-2.12.ebuild
index bcab613a5c7..c83a3e7645d 100644
--- a/app-emacs/slime/slime-2.12.ebuild
+++ b/app-emacs/slime/slime-2.12.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
@@ -15,9 +15,7 @@ fi
 
 LICENSE="GPL-2 xref? ( xref.lisp )"
 SLOT="0"
-if [[ ${PV} == *9999* ]]; then
-	KEYWORDS=""
-else
+if [[ ${PV} != *9999* ]]; then
 	KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 fi
 IUSE="doc xref"

diff --git a/app-emacs/slime/slime-2.15.ebuild b/app-emacs/slime/slime-2.15.ebuild
index 8472e8e4f06..c0c73e5a471 100644
--- a/app-emacs/slime/slime-2.15.ebuild
+++ b/app-emacs/slime/slime-2.15.ebuild
@@ -15,9 +15,7 @@ fi
 
 LICENSE="GPL-2 xref? ( xref.lisp )"
 SLOT="0"
-if [[ ${PV} == *9999* ]]; then
-	KEYWORDS="ppc x86"
-else
+if [[ ${PV} != *9999* ]]; then
 	KEYWORDS="~amd64 ppc ~sparc x86"
 fi
 IUSE="doc xref"