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 3E32B1384B4 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 E070921C068; 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 D4AC221C068 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 137CA3408B8 for ; Wed, 23 Dec 2015 19:16:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81FF0CF5 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: <1450898185.5c52f269f58c60731ecc30d290a041efb1c9184f.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-link/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/djangocms-link/djangocms-link-1.7.1.ebuild dev-python/djangocms-link/metadata.xml X-VCS-Directories: dev-python/djangocms-link/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5c52f269f58c60731ecc30d290a041efb1c9184f 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: dacc96b2-e985-4982-8ddf-1b2af98356a7 X-Archives-Hash: 24a97d621c5fcf71791c82653f19996c commit: 5c52f269f58c60731ecc30d290a041efb1c9184f Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 23 19:16:25 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 23 19:16:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c52f269 dev-python/djangocms-link: Add missing PYTHON_USEDEP Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/djangocms-link/djangocms-link-1.7.1.ebuild | 8 +++----- dev-python/djangocms-link/metadata.xml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-python/djangocms-link/djangocms-link-1.7.1.ebuild b/dev-python/djangocms-link/djangocms-link-1.7.1.ebuild index b830e02..9a31c78 100644 --- a/dev-python/djangocms-link/djangocms-link-1.7.1.ebuild +++ b/dev-python/djangocms-link/djangocms-link-1.7.1.ebuild @@ -17,10 +17,8 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" -RDEPEND=" - dev-python/django-select2 -" +RDEPEND="dev-python/django-select2[${PYTHON_USEDEP}]" DEPEND=" ${RDEPEND} - dev-python/setuptools -" \ No newline at end of file + dev-python/setuptools[${PYTHON_USEDEP}] +" diff --git a/dev-python/djangocms-link/metadata.xml b/dev-python/djangocms-link/metadata.xml index d8caf0d..2d142df 100644 --- a/dev-python/djangocms-link/metadata.xml +++ b/dev-python/djangocms-link/metadata.xml @@ -1,4 +1,4 @@ - +