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 9C5BA138335 for ; Sat, 2 Jun 2018 13:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD231E083E; Sat, 2 Jun 2018 13:50:20 +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 A1453E083E for ; Sat, 2 Jun 2018 13:50:20 +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 C7C65335C8E for ; Sat, 2 Jun 2018 13:50:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 063FE2BE for ; Sat, 2 Jun 2018 13:50:08 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1527947403.0ee3baf116195fc04a601bcb0336114c5bc89d32.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 0ee3baf116195fc04a601bcb0336114c5bc89d32 X-VCS-Branch: master Date: Sat, 2 Jun 2018 13:50:08 +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: 00923df3-0b5a-4b4e-8676-8b18c81c667b X-Archives-Hash: 3101b89f5eb70fbb5fd189541512f6c8 commit: 0ee3baf116195fc04a601bcb0336114c5bc89d32 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jun 2 13:48:26 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jun 2 13:50:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee3baf1 dev-ruby/asciimath: amd64 stable wrt bug #656806 Package-Manager: Portage-2.3.40, Repoman-2.3.7 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 d1b099ecdad..6bb8e872efa 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 ~hppa ppc ppc64 ~sparc x86" +KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86" IUSE="" RUBY_PATCHES=( ${P}-backslashes.patch )