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 474A5139085 for ; Sat, 31 Dec 2016 12:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8563421C06B; Sat, 31 Dec 2016 12:21:22 +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 5FD1F21C06B for ; Sat, 31 Dec 2016 12:21:22 +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 340033412F9 for ; Sat, 31 Dec 2016 12:21:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99B8224DF for ; Sat, 31 Dec 2016 12:21:19 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1483186869.e908b5d797137fbbf51050b0836ec0f9faf6f027.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/latexdiff/latexdiff-1.2.0.ebuild X-VCS-Directories: dev-tex/latexdiff/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e908b5d797137fbbf51050b0836ec0f9faf6f027 X-VCS-Branch: master Date: Sat, 31 Dec 2016 12:21:19 +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: 7a4fcd98-32b2-4f01-b4ec-c8a13acfd102 X-Archives-Hash: be6d6ff36d6f5f22677aebf7129b610d commit: e908b5d797137fbbf51050b0836ec0f9faf6f027 Author: Alexis Ballier gentoo org> AuthorDate: Sat Dec 31 12:21:09 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Dec 31 12:21:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e908b5d7 dev-tex/latexdiff: add missing pod-latex dep, bug #604090; drop keywords on arches without it Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-tex/latexdiff/latexdiff-1.2.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-tex/latexdiff/latexdiff-1.2.0.ebuild b/dev-tex/latexdiff/latexdiff-1.2.0.ebuild index ebc0830..b3073f2 100644 --- a/dev-tex/latexdiff/latexdiff-1.2.0.ebuild +++ b/dev-tex/latexdiff/latexdiff-1.2.0.ebuild @@ -10,13 +10,14 @@ SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND=">=dev-lang/perl-5.8 dev-perl/Algorithm-Diff" DEPEND="${RDEPEND} + dev-perl/Pod-LaTeX test? ( app-shells/tcsh )" src_compile() {