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 84720139082 for ; Thu, 30 Nov 2017 20:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E853FE0DDD; Thu, 30 Nov 2017 20:06:48 +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 C8528E0DDD for ; Thu, 30 Nov 2017 20:06:48 +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 0742C341130 for ; Thu, 30 Nov 2017 20:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 072A9AD38 for ; Thu, 30 Nov 2017 20:06:15 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1512072259.7a5520d506927ca8a67227c0dfdd6d6fdaa6e3da.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciimath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/asciimath/asciimath-1.0.4.ebuild X-VCS-Directories: dev-ruby/asciimath/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 7a5520d506927ca8a67227c0dfdd6d6fdaa6e3da X-VCS-Branch: master Date: Thu, 30 Nov 2017 20:06:15 +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: 160ee9b7-e803-4502-8058-eaed010344e6 X-Archives-Hash: f0e48d17677e69558b421bce34afd164 commit: 7a5520d506927ca8a67227c0dfdd6d6fdaa6e3da Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 30 20:03:26 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 30 20:04:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5520d5 dev-ruby/asciimath: keyworded 1.0.4 for sparc, bug #583390 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" dev-ruby/asciimath/asciimath-1.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/asciimath/asciimath-1.0.4.ebuild b/dev-ruby/asciimath/asciimath-1.0.4.ebuild index abba2d6ee05..a0bd6d97813 100644 --- a/dev-ruby/asciimath/asciimath-1.0.4.ebuild +++ b/dev-ruby/asciimath/asciimath-1.0.4.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/pepijnve/asciimath" LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 arm ~arm64 ppc ppc64 x86" +KEYWORDS="~amd64 arm ~arm64 ppc ppc64 ~sparc x86" IUSE="" RUBY_PATCHES=( ${P}-backslashes.patch )