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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01B4B158020 for ; Tue, 22 Nov 2022 19:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41086E0C10; Tue, 22 Nov 2022 19:07:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 28D75E0C10 for ; Tue, 22 Nov 2022 19:07:55 +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 4ACA934137A for ; Tue, 22 Nov 2022 19:07:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A488A757 for ; Tue, 22 Nov 2022 19:07:52 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1669144014.a745a5fd358fd39a6221778672bbac5da44a137c.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/dpkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/dpkg/dpkg-1.21.9.ebuild X-VCS-Directories: app-arch/dpkg/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a745a5fd358fd39a6221778672bbac5da44a137c X-VCS-Branch: master Date: Tue, 22 Nov 2022 19:07:52 +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: 4ef369a4-5e7c-4890-a840-a047ededaa99 X-Archives-Hash: d81bd2abde827d22170172c8b70b36fa commit: a745a5fd358fd39a6221778672bbac5da44a137c Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Nov 22 19:06:31 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Nov 22 19:06:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a745a5fd app-arch/dpkg: rdepend on gtar in 1.21.9 Signed-off-by: Georgy Yakovlev gentoo.org> app-arch/dpkg/dpkg-1.21.9.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-arch/dpkg/dpkg-1.21.9.ebuild b/app-arch/dpkg/dpkg-1.21.9.ebuild index 7e6769e2a976..cdfc69c4e2fb 100644 --- a/app-arch/dpkg/dpkg-1.21.9.ebuild +++ b/app-arch/dpkg/dpkg-1.21.9.ebuild @@ -16,6 +16,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=app-arch/gzip-1.7 + >=app-arch/tar-1.34-r1 >=dev-lang/perl-5.14.2:= sys-libs/ncurses:=[unicode(+)] bzip2? ( app-arch/bzip2 )