From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1738A1393F1 for ; Tue, 15 Sep 2015 23:24:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C9FA21C003; Tue, 15 Sep 2015 23:24:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3559621C003 for ; Tue, 15 Sep 2015 23:24:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8953340A74 for ; Tue, 15 Sep 2015 23:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40C8518B for ; Tue, 15 Sep 2015 23:24:37 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1442359466.4192f905ca49621c6dacdd6153cd1cd4b8e137d0.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/obnam/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/obnam/obnam-1.17.ebuild X-VCS-Directories: app-backup/obnam/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 4192f905ca49621c6dacdd6153cd1cd4b8e137d0 X-VCS-Branch: master Date: Tue, 15 Sep 2015 23:24:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4b5ce91e-0b84-45be-97dc-482e5ad2c34f X-Archives-Hash: 0d6a9b2e41f20b6382d6f6413da54404 commit: 4192f905ca49621c6dacdd6153cd1cd4b8e137d0 Author: Marc Schiffbauer gentoo org> AuthorDate: Tue Sep 15 23:24:06 2015 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Tue Sep 15 23:24:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4192f905 app-backup/obnam: fix python deps, minor cleanups Package-Manager: portage-2.2.20.1 app-backup/obnam/obnam-1.17.ebuild | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/app-backup/obnam/obnam-1.17.ebuild b/app-backup/obnam/obnam-1.17.ebuild index cd42b25..242e3e4 100644 --- a/app-backup/obnam/obnam-1.17.ebuild +++ b/app-backup/obnam/obnam-1.17.ebuild @@ -7,7 +7,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads" -inherit eutils distutils-r1 +inherit distutils-r1 DESCRIPTION="A backup program that supports encryption and deduplication" HOMEPAGE="http://obnam.org/" @@ -19,19 +19,17 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="${PYTHON_DEPS} - dev-python/cliapp - dev-python/fuse-python - dev-python/larch + dev-python/cliapp[${PYTHON_USEDEP}] + dev-python/fuse-python[${PYTHON_USEDEP}] + dev-python/larch[${PYTHON_USEDEP}] !=dev-python/paramiko-1.13.0 - || ( dev-python/paramiko-1.13.0 ) - dev-python/pyyaml - dev-python/tracing - dev-python/ttystatus + || ( dev-python/paramiko-1.13.0[${PYTHON_USEDEP}] ) + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/tracing[${PYTHON_USEDEP}] + dev-python/ttystatus[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}" -PATCHES=( ) - src_compile() { addwrite /proc/self/comm distutils-r1_src_compile