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 301BE13835B for ; Sun, 20 Sep 2020 08:35:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D7D3E08A2; Sun, 20 Sep 2020 08:35:07 +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 238F9E08A2 for ; Sun, 20 Sep 2020 08:35:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1CBDB3406DD for ; Sun, 20 Sep 2020 08:35:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DCC3377 for ; Sun, 20 Sep 2020 08:35:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600590897.08ad21d0ab57a7ab2cd302157e1e513084ac1886.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libh2o/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libh2o/libh2o-0.2.1-r1.ebuild sci-libs/libh2o/libh2o-9999.ebuild X-VCS-Directories: sci-libs/libh2o/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 08ad21d0ab57a7ab2cd302157e1e513084ac1886 X-VCS-Branch: master Date: Sun, 20 Sep 2020 08:35:03 +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: 66c3d035-bc8d-409a-ad38-b3a46acae2e8 X-Archives-Hash: daff797aaf8b05bf4c4690f484cc2b41 commit: 08ad21d0ab57a7ab2cd302157e1e513084ac1886 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 20 08:32:47 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 20 08:34:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ad21d0 sci-libs/libh2o: Add a blocker on www-servers/h2o Closes: https://bugs.gentoo.org/743718 Signed-off-by: Michał Górny gentoo.org> sci-libs/libh2o/libh2o-0.2.1-r1.ebuild | 5 +++-- sci-libs/libh2o/libh2o-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sci-libs/libh2o/libh2o-0.2.1-r1.ebuild b/sci-libs/libh2o/libh2o-0.2.1-r1.ebuild index 2b52c92af38..a0f2cde582c 100644 --- a/sci-libs/libh2o/libh2o-0.2.1-r1.ebuild +++ b/sci-libs/libh2o/libh2o-0.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug static-libs" -DEPEND="virtual/pkgconfig" +RDEPEND="!www-servers/h2o" +BDEPEND="virtual/pkgconfig" src_configure() { local myconf=( diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild index 731e477a391..a897dee90f3 100644 --- a/sci-libs/libh2o/libh2o-9999.ebuild +++ b/sci-libs/libh2o/libh2o-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="" IUSE="debug static-libs" -DEPEND="virtual/pkgconfig" +RDEPEND="!www-servers/h2o" +BDEPEND="virtual/pkgconfig" src_prepare() { default