From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1340038-garchives=archives.gentoo.org@lists.gentoo.org>
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 11B85158086
	for <garchives@archives.gentoo.org>; Tue, 16 Nov 2021 03:14:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 53A6CE07EE;
	Tue, 16 Nov 2021 03:14:30 +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 2AE4EE07EF
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Nov 2021 03:14:29 +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 004DC342ED1
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Nov 2021 03:14:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 795731BA
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Nov 2021 03:14:20 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1637032450.7bb5230e3762a0fb07d7af810349052860a36903.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libcifpp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-libs/libcifpp/libcifpp-2.0.4-r1.ebuild sci-libs/libcifpp/libcifpp-2.0.4.ebuild
X-VCS-Directories: sci-libs/libcifpp/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 7bb5230e3762a0fb07d7af810349052860a36903
X-VCS-Branch: master
Date: Tue, 16 Nov 2021 03:14:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b4573e17-43e2-47fe-b3b4-f7fc19e8cd72
X-Archives-Hash: ff3605b1c6fce91b24d38ca6dc73f93f

commit:     7bb5230e3762a0fb07d7af810349052860a36903
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 03:13:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 03:14:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb5230e

sci-libs/libcifpp: fix Boost dependency

We use Boost headers (=> DEPEND) and link against it (=> RDEPEND).

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../libcifpp/{libcifpp-2.0.4.ebuild => libcifpp-2.0.4-r1.ebuild} | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/sci-libs/libcifpp/libcifpp-2.0.4.ebuild b/sci-libs/libcifpp/libcifpp-2.0.4-r1.ebuild
similarity index 90%
rename from sci-libs/libcifpp/libcifpp-2.0.4.ebuild
rename to sci-libs/libcifpp/libcifpp-2.0.4-r1.ebuild
index 1cbb3962edf8..3064d4f1e9b0 100644
--- a/sci-libs/libcifpp/libcifpp-2.0.4.ebuild
+++ b/sci-libs/libcifpp/libcifpp-2.0.4-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+
 inherit cmake
 
 DESCRIPTION="Code to work with mmCIF and PDB files"
@@ -14,15 +15,11 @@ SRC_URI="
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64"
-
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND="
-	>=dev-libs/boost-1.70.0:0=[threads(+)]
-"
-DEPEND=""
-RDEPEND=""
+DEPEND=">=dev-libs/boost-1.70:=[threads(+)]"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	cp "${WORKDIR}"/components-${PV}.cif data/components.cif || die