commit:     7b1428441c054b194faf13a0b11ea5e3215aaa00
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  8 14:12:28 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 14:13:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b142844

dev-libs/libbytesize: add missing doc dep on 2.7

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/libbytesize/libbytesize-2.7.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libbytesize/libbytesize-2.7.ebuild 
b/dev-libs/libbytesize/libbytesize-2.7.ebuild
index dbe73da7b1fe..737c248ce56b 100644
--- a/dev-libs/libbytesize/libbytesize-2.7.ebuild
+++ b/dev-libs/libbytesize/libbytesize-2.7.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="
 RDEPEND="
        dev-libs/gmp:0=
        dev-libs/mpfr:=
-       dev-libs/libpcre2
+       dev-libs/libpcre2:=
        python? ( ${PYTHON_DEPS} )
 "
 
@@ -31,7 +31,10 @@ DEPEND="${RDEPEND}"
 
 BDEPEND="
        sys-devel/gettext
-       doc? ( dev-util/gtk-doc )
+       doc? (
+               dev-util/gtk-doc
+               virtual/pkgconfig
+       )
        test? (
                dev-python/pocketlint[${PYTHON_USEDEP}]
                dev-python/polib[${PYTHON_USEDEP}]

Reply via email to