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 80D71158020 for ; Wed, 7 Dec 2022 13:52:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69A18E07C5; Wed, 7 Dec 2022 13:52:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4A7A2E07C5 for ; Wed, 7 Dec 2022 13:52:12 +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 604333413AC for ; Wed, 7 Dec 2022 13:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98E9B779 for ; Wed, 7 Dec 2022 13:52:09 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1670421097.b8d4a1ef34a11bd772b68f339a85b76594a6f6da.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/redland-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild X-VCS-Directories: dev-libs/redland-bindings/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b8d4a1ef34a11bd772b68f339a85b76594a6f6da X-VCS-Branch: master Date: Wed, 7 Dec 2022 13:52:09 +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: fcbe60c0-0ca5-4d3b-beb6-01d6f8c18df3 X-Archives-Hash: b58c732f012965a1e9a39646bbd83293 commit: b8d4a1ef34a11bd772b68f339a85b76594a6f6da Author: David Seifert gentoo org> AuthorDate: Wed Dec 7 13:51:37 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Dec 7 13:51:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d4a1ef dev-libs/redland-bindings: remove sys-apps/sed from BDEPEND Signed-off-by: David Seifert gentoo.org> dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild b/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild index 476340d958a1..9503c0a0aa89 100644 --- a/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild +++ b/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild @@ -27,8 +27,7 @@ REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" -BDEPEND="sys-apps/sed - virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" RDEPEND="dev-libs/redland lua? ( ${LUA_DEPS} )