Skip to content

Commit

Permalink
app-text/asciidoc: change order of highlight deps
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
marcecj committed Nov 13, 2015
1 parent f565f0e commit 0c13f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-text/asciidoc/asciidoc-8.6.9-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app-text/asciidoc/asciidoc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c13f57

Please sign in to comment.