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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46D1015802C for ; Fri, 20 Dec 2024 21:20:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 003C6E07D4; Fri, 20 Dec 2024 21:20:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17ABCE07D4 for ; Fri, 20 Dec 2024 21:20:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 113C633BF39 for ; Fri, 20 Dec 2024 21:20:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 708BDEB9 for ; Fri, 20 Dec 2024 21:20:24 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1734729596.c69e683177c232eab71c8e044205db31aaecfe22.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-debug-toolbar/django-debug-toolbar-4.4.6-r1.ebuild X-VCS-Directories: dev-python/django-debug-toolbar/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: c69e683177c232eab71c8e044205db31aaecfe22 X-VCS-Branch: master Date: Fri, 20 Dec 2024 21:20:24 +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: e6773c02-2a4f-4cf8-8128-1f5848b24aa3 X-Archives-Hash: 890782313e323acc3f4c48d050ff0ecb commit: c69e683177c232eab71c8e044205db31aaecfe22 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Dec 20 21:19:56 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Dec 20 21:19:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69e6831 dev-python/django-debug-toolbar: require tzdata Signed-off-by: Alfredo Tupone gentoo.org> dev-python/django-debug-toolbar/django-debug-toolbar-4.4.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.4.6-r1.ebuild b/dev-python/django-debug-toolbar/django-debug-toolbar-4.4.6-r1.ebuild index 5d4f0cac811b..116001b32361 100644 --- a/dev-python/django-debug-toolbar/django-debug-toolbar-4.4.6-r1.ebuild +++ b/dev-python/django-debug-toolbar/django-debug-toolbar-4.4.6-r1.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/django-4.2.9[${PYTHON_USEDEP}] - elibc_musl? ( sys-libs/timezone-data ) + elibc_musl? ( dev-python/tzdata ) " BDEPEND="