From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18CA1139697 for ; Wed, 26 Apr 2017 15:26:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65E81E038D; Wed, 26 Apr 2017 15:26:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40AB9E0C37 for ; Wed, 26 Apr 2017 15:26:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 247EE34168E for ; Wed, 26 Apr 2017 15:26:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E4E07444 for ; Wed, 26 Apr 2017 15:26:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1493220391.2dbe974976583c7be4d45d94d563795794c2ed76.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/easy-thumbnails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild X-VCS-Directories: dev-python/easy-thumbnails/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2dbe974976583c7be4d45d94d563795794c2ed76 X-VCS-Branch: master Date: Wed, 26 Apr 2017 15:26:38 +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: 7f61a74f-da26-440b-b46b-ff3f5deb3485 X-Archives-Hash: 4a88d8a5ee0454e54760bb366a459972 commit: 2dbe974976583c7be4d45d94d563795794c2ed76 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 26 14:35:27 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 26 15:26:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbe9749 dev-python/easy-thumbnails: Add missing PYTHON_USEDEP dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild b/dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild index 2b65a03b069..6c10e91af04 100644 --- a/dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild +++ b/dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,10 +17,10 @@ SLOT="0" IUSE="" RDEPEND=" - >=dev-python/django-1.4 + >=dev-python/django-1.4[${PYTHON_USEDEP}] " DEPEND=" ${RDEPEND} - dev-python/setuptools + dev-python/setuptools[${PYTHON_USEDEP}] "