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 E52AE1384B4 for ; Sat, 14 Nov 2015 15:36:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59C8B21C100; 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 C1ED121C0FF for ; Sat, 14 Nov 2015 15:36:09 +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 9F23E3406C0 for ; Sat, 14 Nov 2015 15:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2581F1074 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: <1447456626.0c13f57b8c745d3d885723783f29ff1693e2f045.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: 0c13f57b8c745d3d885723783f29ff1693e2f045 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: e55a4f4e-0b96-459f-962f-0ccd6c96712e X-Archives-Hash: 3c0acde4f664e5e2ca697e239d4368b7 commit: 0c13f57b8c745d3d885723783f29ff1693e2f045 Author: Marc Joliet gmx de> AuthorDate: Mon Nov 9 15:14:40 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Nov 13 23:17:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c13f57b app-text/asciidoc: change order of highlight deps Change the order of the highlight USE flag deps so that dev-util/source-highlight becomes the default in order to match upstream. Gentoo-bug: 552148 Signed-off-by: Marc Joliet gmx.de> app-text/asciidoc/asciidoc-8.6.9-r2.ebuild | 2 +- app-text/asciidoc/asciidoc-9999.ebuild | 2 +- 2 files changed, 2 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 8af9b15..e945af5 100644 --- a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild +++ b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild @@ -25,7 +25,7 @@ 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-python/pygments[${PYTHON_USEDEP}] dev-util/source-highlight 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 997dc3f..8f61e6f 100644 --- a/app-text/asciidoc/asciidoc-9999.ebuild +++ b/app-text/asciidoc/asciidoc-9999.ebuild @@ -32,7 +32,7 @@ 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-python/pygments[${PYTHON_USEDEP}] dev-util/source-highlight app-text/highlight ) ) + highlight? ( || ( dev-util/source-highlight dev-python/pygments[${PYTHON_USEDEP}] app-text/highlight ) ) ${PYTHON_DEPS} " DEPEND="test? ( dev-util/source-highlight