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 AB783158009 for ; Wed, 21 Jun 2023 06:04:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3E2AE08AA; Wed, 21 Jun 2023 06:03:59 +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 C915CE08AA for ; Wed, 21 Jun 2023 06:03:59 +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 AC58C335D91 for ; Wed, 21 Jun 2023 06:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 038A1A95 for ; Wed, 21 Jun 2023 06:03:57 +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: <1687327434.15a3dc425c984cfc6c2c417e07f5a393784e8fa9.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.ebuild X-VCS-Directories: dev-util/librnp/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 15a3dc425c984cfc6c2c417e07f5a393784e8fa9 X-VCS-Branch: master Date: Wed, 21 Jun 2023 06:03:57 +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: 0b808cfe-f661-42f3-b04b-696e3474b26b X-Archives-Hash: ae1e1cfe0a26f13401d50ce67d4c9126 commit: 15a3dc425c984cfc6c2c417e07f5a393784e8fa9 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jun 21 06:02:43 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 21 06:03:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a3dc42 dev-util/librnp: update dev-libs/sexp dependency - can be built with sexp using shared libraries. Signed-off-by: Joonas Niilola gentoo.org> dev-util/librnp/{librnp-0.17.0.ebuild => librnp-0.17.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/librnp/librnp-0.17.0.ebuild b/dev-util/librnp/librnp-0.17.0-r1.ebuild similarity index 98% rename from dev-util/librnp/librnp-0.17.0.ebuild rename to dev-util/librnp/librnp-0.17.0-r1.ebuild index e63d51851794..3194d0ce439e 100644 --- a/dev-util/librnp/librnp-0.17.0.ebuild +++ b/dev-util/librnp/librnp-0.17.0-r1.ebuild @@ -16,11 +16,11 @@ IUSE="+botan man test" RDEPEND="app-arch/bzip2 dev-libs/json-c:= + dev-libs/sexp[-static-libs(-)] sys-libs/zlib botan? ( dev-libs/botan:2= ) !botan? ( >=dev-libs/openssl-1.1.1:= )" DEPEND="${RDEPEND} - dev-libs/sexp[static-libs] test? ( dev-cpp/gtest )" BDEPEND="man? ( dev-ruby/asciidoctor )"