diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 10:32:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 10:34:57 +0200 |
commit | 08ad21d0ab57a7ab2cd302157e1e513084ac1886 (patch) | |
tree | 3e020fbcbc4fbd5facc86798e1617666d5ca473c /sci-libs | |
parent | dev-python/colorama: Remove python2 (diff) | |
download | gentoo-08ad21d0ab57a7ab2cd302157e1e513084ac1886.tar.gz gentoo-08ad21d0ab57a7ab2cd302157e1e513084ac1886.tar.bz2 gentoo-08ad21d0ab57a7ab2cd302157e1e513084ac1886.zip |
sci-libs/libh2o: Add a blocker on www-servers/h2o
Closes: https://bugs.gentoo.org/743718
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libh2o/libh2o-0.2.1-r1.ebuild | 5 | ||||
-rw-r--r-- | 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 2b52c92af381..a0f2cde582cf 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 731e477a3910..a897dee90f3f 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 |