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 C678E1382C5 for ; Tue, 8 May 2018 19:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE3BCE0A01; Tue, 8 May 2018 19:36:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BA50CE0A01 for ; Tue, 8 May 2018 19:36:16 +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 A6519335C7D for ; Tue, 8 May 2018 19:36:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAAC5283 for ; Tue, 8 May 2018 19:36:12 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1525808143.307c6c76a1f155d5a382b5d45767968fed20ceff.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuplot-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild X-VCS-Directories: app-emacs/gnuplot-mode/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 307c6c76a1f155d5a382b5d45767968fed20ceff X-VCS-Branch: master Date: Tue, 8 May 2018 19:36:12 +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: ac46bc22-86dc-4b14-a2c4-29717366cd8d X-Archives-Hash: 8c9197f9d2b49cfed0b33ade4c9636cc commit: 307c6c76a1f155d5a382b5d45767968fed20ceff Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 7 18:52:04 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 8 19:35:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307c6c76 app-emacs/gnuplot-mode: De-stabilise sparc Package-Manager: Portage-2.3.36, Repoman-2.3.9 app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild index 25a40ede0ec..1a90fa983b9 100644 --- a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild +++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/bruceravel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc" DEPEND="doc? ( virtual/latex-base )"