diff options
author | Marc Joliet <marcec@gmx.de> | 2015-11-09 16:14:40 +0100 |
---|---|---|
committer | Marc Joliet <marcec@gmx.de> | 2015-11-14 00:17:06 +0100 |
commit | 0c13f57b8c745d3d885723783f29ff1693e2f045 (patch) | |
tree | 1aeef964208932df41af35abb30f9ccabcd4ba9e /app-text | |
parent | app-text/asciidoc: add a dep on app-text/highlight (diff) | |
download | gentoo-0c13f57b8c745d3d885723783f29ff1693e2f045.tar.gz gentoo-0c13f57b8c745d3d885723783f29ff1693e2f045.tar.bz2 gentoo-0c13f57b8c745d3d885723783f29ff1693e2f045.zip |
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 <marcec@gmx.de>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/asciidoc/asciidoc-8.6.9-r2.ebuild | 2 | ||||
-rw-r--r-- | 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 8af9b15dee42..e945af5e914f 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 997dc3fb1d76..8f61e6fe1483 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 |