diff options
Diffstat (limited to 'sys-cluster/crmsh/crmsh-1.2.5-r3.ebuild')
-rw-r--r-- | sys-cluster/crmsh/crmsh-1.2.5-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-cluster/crmsh/crmsh-1.2.5-r3.ebuild b/sys-cluster/crmsh/crmsh-1.2.5-r3.ebuild index 19dfecb78670..a8f1f2ebdaec 100644 --- a/sys-cluster/crmsh/crmsh-1.2.5-r3.ebuild +++ b/sys-cluster/crmsh/crmsh-1.2.5-r3.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/sys-cluster/crmsh/crmsh-1.2.5-r3.ebuild,v 1.2 2013/06/04 12:30:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/crmsh-1.2.5-r3.ebuild,v 1.3 2013/10/24 12:32:45 xarthisius Exp $ EAPI=5 @@ -25,7 +25,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} >=sys-cluster/pacemaker-1.1.8" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + dev-python/lxml[${PYTHON_USEDEP}]" S="${WORKDIR}/${PN}-${MY_TREE}" |