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 CC983139085 for ; Sun, 1 Jan 2017 12:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C6DAE0E0C; Sun, 1 Jan 2017 12:43:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1F727E0E0B for ; Sun, 1 Jan 2017 12:43:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 29327340F43 for ; Sun, 1 Jan 2017 12:43:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37913259E for ; Sun, 1 Jan 2017 12:43:25 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1483274512.053a68bbf52ea3a234876f67780ccf91bb8086da.ago@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: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 053a68bbf52ea3a234876f67780ccf91bb8086da X-VCS-Branch: master Date: Sun, 1 Jan 2017 12:43:25 +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: 1f9550e1-91fc-4965-8b49-4eb3328daf10 X-Archives-Hash: 61ac22e4947e7673ce5bc1ba650f2771 commit: 053a68bbf52ea3a234876f67780ccf91bb8086da Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jan 1 12:41:52 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jan 1 12:41:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053a68bb dev-tex/dot2tex: ppc stable wrt bug #593146 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> dev-tex/dot2tex/dot2tex-2.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild index 82cc052..b6c1397 100644 --- a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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}]"