diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-03-18 16:35:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-03-18 16:35:28 +0000 |
commit | 25133791a82e8792e5f42fb6c2f95f46f1fcc6f3 (patch) | |
tree | 9deb1181c1fc1d754e55450689eeb65c0e302b64 /app-backup | |
parent | app-backup/dvcs-autosync: Bump to EAPI=6 and distutils-r1 (diff) | |
download | betagarden-25133791a82e8792e5f42fb6c2f95f46f1fcc6f3.tar.gz betagarden-25133791a82e8792e5f42fb6c2f95f46f1fcc6f3.tar.bz2 betagarden-25133791a82e8792e5f42fb6c2f95f46f1fcc6f3.zip |
app-backup/time-drive: Bump to EAPI=6 and distutils-r1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/time-drive/time-drive-0.4.0.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/app-backup/time-drive/time-drive-0.4.0.ebuild b/app-backup/time-drive/time-drive-0.4.0.ebuild index a547b13..cd5c70a 100644 --- a/app-backup/time-drive/time-drive-0.4.0.ebuild +++ b/app-backup/time-drive/time-drive-0.4.0.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="3" +EAPI=6 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +PYTHON_COMPAT=( python2_7 ) -inherit distutils versionator +inherit distutils-r1 versionator MY_PV="$(get_version_component_range 1-2)" @@ -21,8 +19,6 @@ LICENSE="GPL-2" IUSE="" RDEPEND=" - app-backup/duplicity - dev-python/PyQt4" + app-backup/duplicity[${PYTHON_USEDEP}] + dev-python/PyQt4[${PYTHON_USEDEP}]" DEPEND="app-arch/unzip" - -PYTHON_MODNAME="timedrive" |