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 0034C158086 for ; Tue, 21 Dec 2021 04:05:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 199A52BC05A; Tue, 21 Dec 2021 04:05:58 +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 E67E32BC05A for ; Tue, 21 Dec 2021 04:05:57 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82552342BB9 for ; Tue, 21 Dec 2021 04:05:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA1C3257 for ; Tue, 21 Dec 2021 04:05:54 +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: <1640059538.9b7cce21a813746919082089f397cf12f8c1611d.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.1.ebuild X-VCS-Directories: app-arch/dpkg/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9b7cce21a813746919082089f397cf12f8c1611d X-VCS-Branch: master Date: Tue, 21 Dec 2021 04:05:54 +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: f4143f38-8fb8-4fb9-a39e-2c5f1d923d27 X-Archives-Hash: 07b2061364198935fb9b81a363218b15 commit: 9b7cce21a813746919082089f397cf12f8c1611d Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Dec 21 04:05:38 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Dec 21 04:05:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7cce21 app-arch/dpkg: fix typo on new version Signed-off-by: Georgy Yakovlev gentoo.org> app-arch/dpkg/dpkg-1.21.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/dpkg/dpkg-1.21.1.ebuild b/app-arch/dpkg/dpkg-1.21.1.ebuild index e3368a531b44..2a6982311b44 100644 --- a/app-arch/dpkg/dpkg-1.21.1.ebuild +++ b/app-arch/dpkg/dpkg-1.21.1.ebuild @@ -15,7 +15,7 @@ IUSE="+bzip2 libmd +lzma nls selinux static-libs test unicode +update-alternativ RESTRICT="!test? ( test )" RDEPEND=" - >=app-arch-gzip-1.7 + >=app-arch/gzip-1.7 >=dev-lang/perl-5.14.2:= bzip2? ( app-arch/bzip2 ) libmd? ( app-crypt/libmd )