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 C8C03139694 for ; Mon, 12 Jun 2017 09:40:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2206921C06B; Mon, 12 Jun 2017 09:40:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 03FAF21C06B for ; Mon, 12 Jun 2017 09:40:15 +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 14596341939 for ; Mon, 12 Jun 2017 09:40:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 162297482 for ; Mon, 12 Jun 2017 09:40:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1497260404.3811839e914ccb526ea8bb8e59493a4bee2baea4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/biblatex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/biblatex/biblatex-3.7-r1.ebuild X-VCS-Directories: dev-tex/biblatex/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3811839e914ccb526ea8bb8e59493a4bee2baea4 X-VCS-Branch: master Date: Mon, 12 Jun 2017 09:40:12 +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: daa2c932-a8d5-43a7-8370-7bae6ddc9f5b X-Archives-Hash: 4c19d9ab00ab602073ea4544a351e1dd commit: 3811839e914ccb526ea8bb8e59493a4bee2baea4 Author: Michał Górny gentoo org> AuthorDate: Mon Jun 12 08:43:01 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 12 09:40:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3811839e dev-tex/biblatex: Move biber to PDEP to solve circ dep, #621572 dev-tex/biblatex/biblatex-3.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tex/biblatex/biblatex-3.7-r1.ebuild b/dev-tex/biblatex/biblatex-3.7-r1.ebuild index 68d88abfb45..1aac691055e 100644 --- a/dev-tex/biblatex/biblatex-3.7-r1.ebuild +++ b/dev-tex/biblatex/biblatex-3.7-r1.ebuild @@ -17,8 +17,8 @@ IUSE="+biber doc examples" DEPEND="dev-texlive/texlive-bibtexextra dev-texlive/texlive-latexextra || ( dev-texlive/texlive-plaingeneric dev-texlive/texlive-genericextra )" -RDEPEND="${DEPEND} - biber? ( ~dev-tex/biber-2.7 )" +RDEPEND="${DEPEND}" +PDEPEND="biber? ( ~dev-tex/biber-2.7 )" S="${WORKDIR}" TEXMF=/usr/share/texmf-site