commit: 918364ba4bda6685526abcd655f1e903e69c1d77 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Mon Apr 1 06:26:29 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Apr 2 12:00:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918364ba
sci-misc/oww: fix missing build-time dependency Closes: https://bugs.gentoo.org/831137 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/36032 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-misc/oww/oww-0.86.5-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-misc/oww/oww-0.86.5-r1.ebuild b/sci-misc/oww/oww-0.86.5-r1.ebuild index e91581f01553..48b92ed439b8 100644 --- a/sci-misc/oww/oww-0.86.5-r1.ebuild +++ b/sci-misc/oww/oww-0.86.5-r1.ebuild @@ -18,7 +18,9 @@ RDEPEND=" net-misc/curl gtk? ( x11-libs/gtk+:2 )" DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" +BDEPEND=" + virtual/pkgconfig + dev-util/intltool" PATCHES=( "${FILESDIR}"/${PN}-0.86.4-build.patch
