commit: 08ad21d0ab57a7ab2cd302157e1e513084ac1886 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 20 08:32:47 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
