diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-02-27 21:04:52 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-02-27 21:44:45 -0800 |
commit | cbf276da64a41dcc93a525ce768564d09782a572 (patch) | |
tree | 47b55237a0de1e05322514a0cc0f8436088a9656 | |
parent | dev-db/mariadb-connector-c: bump to v3.0.9 (diff) | |
download | gentoo-cbf276da64a41dcc93a525ce768564d09782a572.tar.gz gentoo-cbf276da64a41dcc93a525ce768564d09782a572.tar.bz2 gentoo-cbf276da64a41dcc93a525ce768564d09782a572.zip |
xorg-2.eclass: Allow dev-ruby/asciidoctor to be used
Closes: https://bugs.gentoo.org/658778
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | eclass/xorg-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index c35e659705fe..081d5de6a381 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -236,7 +236,7 @@ fi DOC_DEPEND=" doc? ( - app-text/asciidoc + || ( app-text/asciidoc dev-ruby/asciidoctor ) app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 |