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 D9331138334 for ; Fri, 15 Mar 2019 22:42:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF546E09F2; Fri, 15 Mar 2019 22:42:53 +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 C369AE09F2 for ; Fri, 15 Mar 2019 22:42:53 +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 9BB04335D0E for ; Fri, 15 Mar 2019 22:42:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B87E4B2 for ; Fri, 15 Mar 2019 22:42:51 +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: <1552689769.12c2de295954a2902a3e8acf16e5dbbaffcabe49.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/culmus-latex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild X-VCS-Directories: dev-tex/culmus-latex/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 12c2de295954a2902a3e8acf16e5dbbaffcabe49 X-VCS-Branch: master Date: Fri, 15 Mar 2019 22:42:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40862f8a-b9c0-4b25-81ef-413eaab25423 X-Archives-Hash: 5617d2a1bff84869abbd7464092ca21f commit: 12c2de295954a2902a3e8acf16e5dbbaffcabe49 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Mar 15 22:42:33 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Mar 15 22:42:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c2de29 dev-tex/culmus-latex: amd64 stable wrt bug #679460 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild index 0781f8caa59..cd4a645c032 100644 --- a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild +++ b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ivritex/${P}_src.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" IUSE="examples" RDEPEND="virtual/latex-base"