summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-05-11 18:42:04 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-05-11 18:42:04 +0000
commita0399aa5eb8866f752afeac90c500e253b3b8398 (patch)
treefb431edea47f0bfa69c4c25c251c54973777b675 /dev-lang/yasm/yasm-9999.ebuild
parentDisable automagic app-text/xmlto usage to prevent manpages from getting rebui... (diff)
downloadgentoo-2-a0399aa5eb8866f752afeac90c500e253b3b8398.tar.gz
gentoo-2-a0399aa5eb8866f752afeac90c500e253b3b8398.tar.bz2
gentoo-2-a0399aa5eb8866f752afeac90c500e253b3b8398.zip
missing docbook dep
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-lang/yasm/yasm-9999.ebuild')
-rw-r--r--dev-lang/yasm/yasm-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/yasm/yasm-9999.ebuild b/dev-lang/yasm/yasm-9999.ebuild
index 76c5b4d6cb40..a533443bf04b 100644
--- a/dev-lang/yasm/yasm-9999.ebuild
+++ b/dev-lang/yasm/yasm-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild,v 1.3 2013/05/11 18:37:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild,v 1.4 2013/05/11 18:42:04 ssuominen Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -27,7 +27,7 @@ DEPEND="nls? ( sys-devel/gettext )
>=dev-python/cython-0.14[${PYTHON_USEDEP}]
)"
if [[ ${PV} == 9999* ]]; then
- DEPEND="${DEPEND} ${PYTHON_DEPS} app-text/xmlto"
+ DEPEND="${DEPEND} ${PYTHON_DEPS} app-text/xmlto app-text/docbook-xml-dtd:4.1.2"
fi
DOCS=( AUTHORS )