From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-951649-garchives=archives.gentoo.org@lists.gentoo.org> 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 7C977139694 for <garchives@archives.gentoo.org>; Tue, 23 May 2017 10:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABEF5E0E4F; Tue, 23 May 2017 10:43:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8DB76E0E4F for <gentoo-commits@lists.gentoo.org>; Tue, 23 May 2017 10:43:43 +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 C6D98341770 for <gentoo-commits@lists.gentoo.org>; Tue, 23 May 2017 10:43:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 227847478 for <gentoo-commits@lists.gentoo.org>; Tue, 23 May 2017 10:43:25 +0000 (UTC) From: "Slawek Lis" <slis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" <slis@gentoo.org> Message-ID: <1495535868.6ba61ff6f1960d1441b9b931eadfb4774d6589d6.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-video/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/djangocms-video/djangocms-video-2.0.2.ebuild X-VCS-Directories: dev-python/djangocms-video/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 6ba61ff6f1960d1441b9b931eadfb4774d6589d6 X-VCS-Branch: master Date: Tue, 23 May 2017 10:43:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ee19d1d0-d066-4d54-87c9-7a0dd4a6b92a X-Archives-Hash: dec462dcf6f6534bdf7b3dd7566511a8 commit: 6ba61ff6f1960d1441b9b931eadfb4774d6589d6 Author: Slawomir Lis <slis <AT> gentoo <DOT> org> AuthorDate: Tue May 23 10:28:01 2017 +0000 Commit: Slawek Lis <slis <AT> gentoo <DOT> org> CommitDate: Tue May 23 10:37:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba61ff6 dev-python/djangocms-video: Updated to use PYTHON_USEDEP Reported in bug 618924 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/djangocms-video/djangocms-video-2.0.2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild b/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild index df89ecaae4d..0daf5f20e92 100644 --- a/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild +++ b/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1 @@ -17,12 +17,12 @@ SLOT="0" IUSE="test" RDEPEND=" - >=dev-python/djangocms-attributes-field-0.1.1 - >=dev-python/django-filer-1.2.4 + >=dev-python/djangocms-attributes-field-0.1.1[${PYTHON_USEDEP}] + >=dev-python/django-filer-1.2.4[${PYTHON_USEDEP}] " DEPEND=" ${RDEPEND} - dev-python/setuptools + dev-python/setuptools[${PYTHON_USEDEP}] " PDEPEND=">=dev-python/django-cms-3.2.0"