summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lang/yasm/ChangeLog3
-rw-r--r--dev-lang/yasm/yasm-9999.ebuild4
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/yasm/ChangeLog b/dev-lang/yasm/ChangeLog
index 1d0ea29fe8d6..aae78dd98e98 100644
--- a/dev-lang/yasm/ChangeLog
+++ b/dev-lang/yasm/ChangeLog
@@ -1,11 +1,12 @@
# ChangeLog for dev-lang/yasm
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.60 2013/05/11 18:37:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.61 2013/05/11 18:42:04 ssuominen Exp $
11 May 2013; Samuli Suominen <ssuominen@gentoo.org> yasm-1.2.0-r1.ebuild,
yasm-9999.ebuild:
Disable automagic app-text/xmlto usage to prevent manpages from getting
rebuilt unnecessarily wrt #459940 by Anton Kochkov
+ Pull in app-text/xmlto and app-text/docbook-xml-dtd:4.1.2 when required
Use python-r1.eclass instead of the obsolete python.eclass
*yasm-1.2.0-r1 (15 Jan 2013)
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 )