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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCFAD138334 for ; Sat, 4 Jan 2020 20:57:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D53F0E0982; Sat, 4 Jan 2020 20:57:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7E70E0982 for ; Sat, 4 Jan 2020 20:57:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43F8534DD5A for ; Sat, 4 Jan 2020 20:57:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE1E9A8 for ; Sat, 4 Jan 2020 20:57:06 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1578171422.079288b0adaef824eee848c57a55848553e8c22c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpipeline/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpipeline/libpipeline-1.5.2.ebuild X-VCS-Directories: dev-libs/libpipeline/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 079288b0adaef824eee848c57a55848553e8c22c X-VCS-Branch: master Date: Sat, 4 Jan 2020 20:57:06 +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: 1e3216a9-7535-4af6-ba98-5587b95bb0d7 X-Archives-Hash: a752b8246b9c766f510cb2e52d101544 commit: 079288b0adaef824eee848c57a55848553e8c22c Author: Lars Wendler gentoo org> AuthorDate: Sat Jan 4 20:56:32 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jan 4 20:57:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079288b0 dev-libs/libpipeline: Moved dev-libs/check dep to DEPEND Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> dev-libs/libpipeline/libpipeline-1.5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libpipeline/libpipeline-1.5.2.ebuild b/dev-libs/libpipeline/libpipeline-1.5.2.ebuild index 7a080ef40a3..23c2772e42c 100644 --- a/dev-libs/libpipeline/libpipeline-1.5.2.ebuild +++ b/dev-libs/libpipeline/libpipeline-1.5.2.ebuild @@ -13,8 +13,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~ IUSE="static-libs test" RESTRICT="!test? ( test )" -BDEPEND="virtual/pkgconfig - test? ( dev-libs/check )" +BDEPEND="virtual/pkgconfig" +DEPEND="test? ( dev-libs/check )" src_configure() { econf $(use_enable static-libs static)