diff options
author | 2014-07-11 10:17:32 +0000 | |
---|---|---|
committer | 2014-07-11 10:17:32 +0000 | |
commit | 49adc5b0d8ada5bf5abc3c71477876ae7d5a4c38 (patch) | |
tree | f6933da7e4e7402bc80410ade8539cc6a3476915 /dev-python/python-slip/python-slip-0.6.0.ebuild | |
parent | Ebuild request from Moyaze Shivji in the LINX engineering team. Incorporates ... (diff) | |
download | historical-49adc5b0d8ada5bf5abc3c71477876ae7d5a4c38.tar.gz historical-49adc5b0d8ada5bf5abc3c71477876ae7d5a4c38.tar.bz2 historical-49adc5b0d8ada5bf5abc3c71477876ae7d5a4c38.zip |
Add missing dependencies (bug #516858, thanks to Miroslaw Mieszczak).
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0x4F1D4860
Diffstat (limited to 'dev-python/python-slip/python-slip-0.6.0.ebuild')
-rw-r--r-- | dev-python/python-slip/python-slip-0.6.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/python-slip/python-slip-0.6.0.ebuild b/dev-python/python-slip/python-slip-0.6.0.ebuild index 48c5de63c029..05cbab439794 100644 --- a/dev-python/python-slip/python-slip-0.6.0.ebuild +++ b/dev-python/python-slip/python-slip-0.6.0.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.6.0.ebuild,v 1.1 2014/06/17 12:46:42 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.6.0.ebuild,v 1.2 2014/07/11 10:17:21 tetromino Exp $ EAPI=5 +PYTHON_REQ_USE="xml" PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 eutils @@ -21,6 +22,7 @@ RDEPEND=" dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] sys-auth/polkit ) " DEPEND="" |