diff options
author | Marc Joliet <marcec@gmx.de> | 2015-10-27 00:48:10 +0100 |
---|---|---|
committer | Marc Joliet <marcec@gmx.de> | 2015-11-14 00:05:00 +0100 |
commit | 02b9ac2a623c60d7078e5cf0e19fe4ba39cc1165 (patch) | |
tree | c14060597394b049573b41c2d52ce8d425576765 /app-text | |
parent | app-text/asciidoc: revbump to 8.6.9-r2 to add deps (diff) | |
download | gentoo-02b9ac2a623c60d7078e5cf0e19fe4ba39cc1165.tar.gz gentoo-02b9ac2a623c60d7078e5cf0e19fe4ba39cc1165.tar.bz2 gentoo-02b9ac2a623c60d7078e5cf0e19fe4ba39cc1165.zip |
app-text/asciidoc: apply dep fixes to -9999
Gentoo-bug: 366763
Signed-off-by: Marc Joliet <marcec@gmx.de>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/asciidoc/asciidoc-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-text/asciidoc/asciidoc-9999.ebuild b/app-text/asciidoc/asciidoc-9999.ebuild index 038e1f95e6d0..89b50886e305 100644 --- a/app-text/asciidoc/asciidoc-9999.ebuild +++ b/app-text/asciidoc/asciidoc-9999.ebuild @@ -17,7 +17,7 @@ if [ "$PV" == "9999" ]; then KEYWORDS="" else SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" @@ -30,6 +30,8 @@ RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) 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 ) ) ${PYTHON_DEPS} " |