diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2013-10-24 12:32:55 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2013-10-24 12:32:55 +0000 |
commit | 404d6bc65fdfb9bb6fa0cc88617e37a8c6e04b1b (patch) | |
tree | 7eec148f58c40fcb8e091c7496f0d02b7d30ca90 /sys-cluster/crmsh/crmsh-1.2.6.ebuild | |
parent | Do not install files related to nova if no nova USE, partial from bug#486568 (diff) | |
download | historical-404d6bc65fdfb9bb6fa0cc88617e37a8c6e04b1b.tar.gz historical-404d6bc65fdfb9bb6fa0cc88617e37a8c6e04b1b.tar.bz2 historical-404d6bc65fdfb9bb6fa0cc88617e37a8c6e04b1b.zip |
Add dev-python/lxml to rdeps wrt #489246 by Sergey Popov <pinkbyte@gentoo.org>
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x5D21B852895192F9
Diffstat (limited to 'sys-cluster/crmsh/crmsh-1.2.6.ebuild')
-rw-r--r-- | sys-cluster/crmsh/crmsh-1.2.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-cluster/crmsh/crmsh-1.2.6.ebuild b/sys-cluster/crmsh/crmsh-1.2.6.ebuild index af670e95a74e..92d547a09c38 100644 --- a/sys-cluster/crmsh/crmsh-1.2.6.ebuild +++ b/sys-cluster/crmsh/crmsh-1.2.6.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.6.ebuild,v 1.1 2013/10/17 12:21:11 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/crmsh-1.2.6.ebuild,v 1.2 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}" |