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 714DE1388C1 for ; Wed, 23 Dec 2015 19:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16CB521C08D; Wed, 23 Dec 2015 19:16:40 +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 2447421C022 for ; Wed, 23 Dec 2015 19:16:39 +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 667EA340875 for ; Wed, 23 Dec 2015 19:16:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A39CF0 for ; Wed, 23 Dec 2015 19:16:35 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1450897834.8b6c90ea0026f32e9afa9cb2335fcafeed0a1308.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-inherit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild dev-python/djangocms-inherit/metadata.xml X-VCS-Directories: dev-python/djangocms-inherit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8b6c90ea0026f32e9afa9cb2335fcafeed0a1308 X-VCS-Branch: master Date: Wed, 23 Dec 2015 19:16:35 +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: 4212a5a3-e391-4fc7-8d93-c7660b59997a X-Archives-Hash: 31105a0c18ecf6430abbded20b1c78d9 commit: 8b6c90ea0026f32e9afa9cb2335fcafeed0a1308 Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 23 19:10:34 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 23 19:10:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6c90ea dev-python/djangocms-inherit: Add missing PYTHON_USEDEP Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild | 4 ++-- dev-python/djangocms-inherit/metadata.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild index c291c13..8df952a 100644 --- a/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild +++ b/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild @@ -20,5 +20,5 @@ IUSE="" RDEPEND="" DEPEND=" ${RDEPEND} - dev-python/setuptools -" \ No newline at end of file + dev-python/setuptools[${PYTHON_USEDEP}] +" diff --git a/dev-python/djangocms-inherit/metadata.xml b/dev-python/djangocms-inherit/metadata.xml index 0e357c2..848cb1c 100644 --- a/dev-python/djangocms-inherit/metadata.xml +++ b/dev-python/djangocms-inherit/metadata.xml @@ -1,4 +1,4 @@ - +