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 A24761384B4 for ; Sat, 14 Nov 2015 15:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5899A21C0FF; Sat, 14 Nov 2015 15:36: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 CB79F21C100 for ; Sat, 14 Nov 2015 15:36:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E9C0340634 for ; Sat, 14 Nov 2015 15:36:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37C451470 for ; Sat, 14 Nov 2015 15:36:07 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1447456628.6db875f6391a8a19dd0ae4aedf566eb22246a93f.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/asciidoc/asciidoc-8.6.9-r2.ebuild app-text/asciidoc/asciidoc-9999.ebuild X-VCS-Directories: app-text/asciidoc/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 6db875f6391a8a19dd0ae4aedf566eb22246a93f X-VCS-Branch: master Date: Sat, 14 Nov 2015 15:36:07 +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: bfd7ca07-cf73-412e-8cb3-ac1ba745ee66 X-Archives-Hash: 1d3292f26062b89b154417be4e7bbdbd commit: 6db875f6391a8a19dd0ae4aedf566eb22246a93f Author: Marc Joliet gmx de> AuthorDate: Wed Nov 11 19:09:28 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Nov 13 23:17:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db875f6 app-text/asciidoc: split highlight deps by newline Signed-off-by: Marc Joliet gmx.de> app-text/asciidoc/asciidoc-8.6.9-r2.ebuild | 5 ++++- app-text/asciidoc/asciidoc-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild index e945af5..e3d457a 100644 --- a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild +++ b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild @@ -25,7 +25,10 @@ RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 app-text/docbook-xml-dtd:4.5 app-text/dblatex || ( www-client/w3m www-client/lynx ) - highlight? ( || ( dev-util/source-highlight dev-python/pygments[${PYTHON_USEDEP}] app-text/highlight ) ) + highlight? ( || ( dev-util/source-highlight \ + dev-python/pygments[${PYTHON_USEDEP}] \ + app-text/highlight ) + ) ${PYTHON_DEPS} " DEPEND="test? ( dev-util/source-highlight diff --git a/app-text/asciidoc/asciidoc-9999.ebuild b/app-text/asciidoc/asciidoc-9999.ebuild index 8f61e6f..3115c27 100644 --- a/app-text/asciidoc/asciidoc-9999.ebuild +++ b/app-text/asciidoc/asciidoc-9999.ebuild @@ -32,7 +32,10 @@ RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 app-text/docbook-xml-dtd:4.5 app-text/dblatex || ( www-client/w3m www-client/lynx ) - highlight? ( || ( dev-util/source-highlight dev-python/pygments[${PYTHON_USEDEP}] app-text/highlight ) ) + highlight? ( || ( dev-util/source-highlight \ + dev-python/pygments[${PYTHON_USEDEP}] \ + app-text/highlight ) + ) ${PYTHON_DEPS} " DEPEND="test? ( dev-util/source-highlight