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 D1F93138334 for ; Tue, 13 Aug 2019 08:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3F62E079E; Tue, 13 Aug 2019 08:17:48 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5F19E079E for ; Tue, 13 Aug 2019 08:17:48 +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 8AE91349A02 for ; Tue, 13 Aug 2019 08:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 701D473C for ; Tue, 13 Aug 2019 08:17:45 +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: <1565684048.905106fb86fa4c7e3a76835322b5502cf38f2ca2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/netbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/netbox/netbox-2.5.11.ebuild www-apps/netbox/netbox-2.5.12.ebuild www-apps/netbox/netbox-2.6.1.ebuild X-VCS-Directories: www-apps/netbox/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 905106fb86fa4c7e3a76835322b5502cf38f2ca2 X-VCS-Branch: master Date: Tue, 13 Aug 2019 08:17:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12ab15f1-df35-40a6-80be-c53268bcc648 X-Archives-Hash: 4ffd70ee981da1b889d36c553c1ac9be commit: 905106fb86fa4c7e3a76835322b5502cf38f2ca2 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 13 08:14:08 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 13 08:14:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905106fb www-apps/netbox: Add missing PYTHON_* Signed-off-by: Michał Górny gentoo.org> www-apps/netbox/netbox-2.5.11.ebuild | 5 ++++- www-apps/netbox/netbox-2.5.12.ebuild | 5 ++++- www-apps/netbox/netbox-2.6.1.ebuild | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/www-apps/netbox/netbox-2.5.11.ebuild b/www-apps/netbox/netbox-2.5.11.ebuild index 02a00a2c553..12b9bd32830 100644 --- a/www-apps/netbox/netbox-2.5.11.ebuild +++ b/www-apps/netbox/netbox-2.5.11.ebuild @@ -13,8 +13,11 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="ldap webhooks" +REQUIRED_USE=${PYTHON_REQUIRED_USE} -RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}] +RDEPEND=" + ${PYTHON_DEPS} + >=dev-python/django-2.2[${PYTHON_USEDEP}] >=dev-python/django-cors-headers-2.4.0[${PYTHON_USEDEP}] >=dev-python/django-debug-toolbar-1.11[${PYTHON_USEDEP}] >=dev-python/django-filter-2.0.0[${PYTHON_USEDEP}] diff --git a/www-apps/netbox/netbox-2.5.12.ebuild b/www-apps/netbox/netbox-2.5.12.ebuild index 02a00a2c553..12b9bd32830 100644 --- a/www-apps/netbox/netbox-2.5.12.ebuild +++ b/www-apps/netbox/netbox-2.5.12.ebuild @@ -13,8 +13,11 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="ldap webhooks" +REQUIRED_USE=${PYTHON_REQUIRED_USE} -RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}] +RDEPEND=" + ${PYTHON_DEPS} + >=dev-python/django-2.2[${PYTHON_USEDEP}] >=dev-python/django-cors-headers-2.4.0[${PYTHON_USEDEP}] >=dev-python/django-debug-toolbar-1.11[${PYTHON_USEDEP}] >=dev-python/django-filter-2.0.0[${PYTHON_USEDEP}] diff --git a/www-apps/netbox/netbox-2.6.1.ebuild b/www-apps/netbox/netbox-2.6.1.ebuild index 0b6b0b9de55..f9a76d886c5 100644 --- a/www-apps/netbox/netbox-2.6.1.ebuild +++ b/www-apps/netbox/netbox-2.6.1.ebuild @@ -13,8 +13,11 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="ldap webhooks" +REQUIRED_USE=${PYTHON_REQUIRED_USE} -RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}] +RDEPEND=" + ${PYTHON_DEPS} + >=dev-python/django-2.2[${PYTHON_USEDEP}] >=dev-python/django-cacheops-4.1[${PYTHON_USEDEP}] >=dev-python/django-cors-headers-3.0.2[${PYTHON_USEDEP}] >=dev-python/django-debug-toolbar-2.0[${PYTHON_USEDEP}]