diff options
-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 |