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 6916C138359 for ; Sat, 24 Oct 2020 17:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E34AE08E0; Sat, 24 Oct 2020 17:17:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 81B3EE08E0 for ; Sat, 24 Oct 2020 17:17:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2143F340D7D for ; Sat, 24 Oct 2020 17:17:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E2DE3A9 for ; Sat, 24 Oct 2020 17:17:25 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1603559849.ffeaf46bb5502d4d00a32552726456d40ff785e8.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libassuan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libassuan/libassuan-2.5.4.ebuild X-VCS-Directories: dev-libs/libassuan/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ffeaf46bb5502d4d00a32552726456d40ff785e8 X-VCS-Branch: master Date: Sat, 24 Oct 2020 17:17:25 +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: 818c45c9-5d8b-4144-badc-301bac7b3949 X-Archives-Hash: 6acd02edf136414a57073c010846aae5 commit: ffeaf46bb5502d4d00a32552726456d40ff785e8 Author: Lars Wendler gentoo org> AuthorDate: Sat Oct 24 17:17:29 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Oct 24 17:17:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffeaf46b dev-libs/libassuan: Adjusted dependency Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> dev-libs/libassuan/libassuan-2.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libassuan/libassuan-2.5.4.ebuild b/dev-libs/libassuan/libassuan-2.5.4.ebuild index eac69f3048f..bfdc9bf5209 100644 --- a/dev-libs/libassuan/libassuan-2.5.4.ebuild +++ b/dev-libs/libassuan/libassuan-2.5.4.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-3 LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -RDEPEND=">=dev-libs/libgpg-error-1.8" +RDEPEND=">=dev-libs/libgpg-error-1.17" DEPEND="${RDEPEND}" src_prepare() {