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 5508F138331 for ; Sat, 1 Oct 2016 13:17:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65E70E084B; Sat, 1 Oct 2016 13:17:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 464D5E084B for ; Sat, 1 Oct 2016 13:17:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3F32340FBC for ; Sat, 1 Oct 2016 13:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72E4E24B1 for ; Sat, 1 Oct 2016 08:45:17 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1475310956.f1c2a47c686a1626a9f947ff6de72b3b36212837.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/dot2tex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/dot2tex/dot2tex-2.9.0.ebuild X-VCS-Directories: dev-tex/dot2tex/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f1c2a47c686a1626a9f947ff6de72b3b36212837 X-VCS-Branch: master Date: Sat, 1 Oct 2016 08:45:17 +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: c1489a3f-afb6-4f06-ba27-55ef20af7a26 X-Archives-Hash: 7dac2846ffde47c1eb64d9a4e0b54287 commit: f1c2a47c686a1626a9f947ff6de72b3b36212837 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 1 08:35:56 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 1 08:35:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c2a47c dev-tex/dot2tex: x86 stable, bug #593146 Package-Manager: portage-2.3.0 dev-tex/dot2tex/dot2tex-2.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild index 345f75d..82cc052 100644 --- a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/kjellmf/dot2tex/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="doc examples" DEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]"