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 64501158091 for ; Thu, 9 Jun 2022 01:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEB8DE08A0; Thu, 9 Jun 2022 01:20:35 +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 C46A8E08A0 for ; Thu, 9 Jun 2022 01:20:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6D256341066 for ; Thu, 9 Jun 2022 01:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9430D3 for ; Thu, 9 Jun 2022 01:20:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654737623.2253406b0c4b29a77112846c788fe3f685b4629b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpqxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpqxx/libpqxx-7.4.1.ebuild X-VCS-Directories: dev-libs/libpqxx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2253406b0c4b29a77112846c788fe3f685b4629b X-VCS-Branch: master Date: Thu, 9 Jun 2022 01:20:32 +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: 11eaecc8-e9b3-41a8-917e-5e869b1d5ed2 X-Archives-Hash: 7e11f586c0d7f9341b5e157a67ff8891 commit: 2253406b0c4b29a77112846c788fe3f685b4629b Author: Sam James gentoo org> AuthorDate: Thu Jun 9 00:09:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 9 01:20:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2253406b dev-libs/libpqxx: use BDEPEND Signed-off-by: Sam James gentoo.org> dev-libs/libpqxx/libpqxx-7.4.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libpqxx/libpqxx-7.4.1.ebuild b/dev-libs/libpqxx/libpqxx-7.4.1.ebuild index 991fb39e97c7..a1af8497ee8c 100644 --- a/dev-libs/libpqxx/libpqxx-7.4.1.ebuild +++ b/dev-libs/libpqxx/libpqxx-7.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,8 +16,8 @@ SLOT="0" IUSE="doc static-libs" RDEPEND="dev-db/postgresql:=" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} +DEPEND="${RDEPEND}" +BDEPEND="${PYTHON_DEPS} doc? ( app-doc/doxygen app-text/xmlto