From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 84E0258973 for ; Mon, 1 Feb 2016 08:26:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86992E084D; Mon, 1 Feb 2016 08:26:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B378A21C004 for ; Mon, 1 Feb 2016 08:26:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2198340D0B for ; Mon, 1 Feb 2016 08:26:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25C64C88 for ; Mon, 1 Feb 2016 08:26:06 +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: <1454315157.dbb5ea35372df0dbcda92f0bc8bcb3e50c89d113.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/xcolor/xcolor-2.11.ebuild X-VCS-Directories: dev-tex/xcolor/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: dbb5ea35372df0dbcda92f0bc8bcb3e50c89d113 X-VCS-Branch: master Date: Mon, 1 Feb 2016 08:26:06 +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: acab63a5-80ae-4f17-80ac-9b38c98f6861 X-Archives-Hash: f83316b567c11339f028e463ebb0b7eb commit: dbb5ea35372df0dbcda92f0bc8bcb3e50c89d113 Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 1 08:25:48 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 1 08:25:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb5ea35 dev-tex/xcolor: build doc conditionnally to avoid cycles in the dependency chain. Bug #573530 Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-tex/xcolor/xcolor-2.11.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-tex/xcolor/xcolor-2.11.ebuild b/dev-tex/xcolor/xcolor-2.11.ebuild index a4e4cd4..14eff3f 100644 --- a/dev-tex/xcolor/xcolor-2.11.ebuild +++ b/dev-tex/xcolor/xcolor-2.11.ebuild @@ -11,15 +11,15 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip" LICENSE="LPPL-1.2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" +IUSE="doc" -RDEPEND=" - dev-texlive/texlive-latex - dev-texlive/texlive-pstricks - dev-texlive/texlive-latexextra -" +RDEPEND="dev-texlive/texlive-latex" DEPEND="${RDEPEND} + doc? ( + dev-texlive/texlive-pstricks + dev-texlive/texlive-latexextra + ) app-arch/unzip" S="${WORKDIR}/${PN}"