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 9ED3515811D for ; Wed, 21 Jun 2023 07:04:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2404FE091D; Wed, 21 Jun 2023 07:04:26 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04F0CE091D for ; Wed, 21 Jun 2023 07:04:26 +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 123AE341001 for ; Wed, 21 Jun 2023 07:04:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B1B6A9E for ; Wed, 21 Jun 2023 07:04:22 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1687330947.ce47074b9f2793971d6d5268985c467a56777c59.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/librnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/librnp/librnp-0.17.0-r1.ebuild dev-util/librnp/librnp-0.17.0-r2.ebuild X-VCS-Directories: dev-util/librnp/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ce47074b9f2793971d6d5268985c467a56777c59 X-VCS-Branch: master Date: Wed, 21 Jun 2023 07:04:22 +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: a3069174-fc66-44a2-a0c5-b24fad56bf1c X-Archives-Hash: e5e91c33bc7ec4c2778b0afd5ab4d728 commit: ce47074b9f2793971d6d5268985c467a56777c59 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jun 21 07:02:27 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 21 07:02:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce47074b dev-util/librnp: adjust dev-libs/sexp dependency Signed-off-by: Joonas Niilola gentoo.org> dev-util/librnp/{librnp-0.17.0-r1.ebuild => librnp-0.17.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/librnp/librnp-0.17.0-r1.ebuild b/dev-util/librnp/librnp-0.17.0-r2.ebuild similarity index 97% rename from dev-util/librnp/librnp-0.17.0-r1.ebuild rename to dev-util/librnp/librnp-0.17.0-r2.ebuild index 3194d0ce439e..9991b6588a92 100644 --- a/dev-util/librnp/librnp-0.17.0-r1.ebuild +++ b/dev-util/librnp/librnp-0.17.0-r2.ebuild @@ -16,7 +16,7 @@ IUSE="+botan man test" RDEPEND="app-arch/bzip2 dev-libs/json-c:= - dev-libs/sexp[-static-libs(-)] + >=dev-libs/sexp-0.8.5[-static-libs(-)] sys-libs/zlib botan? ( dev-libs/botan:2= ) !botan? ( >=dev-libs/openssl-1.1.1:= )"