diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-09-05 12:15:35 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-09-05 12:18:31 -0700 |
commit | 01857c9bc46a9e89273e0a6c188654cb22e526ba (patch) | |
tree | f3766cf30427130b61053cff230374864ca7fb29 /app-text/podofo | |
parent | sci-libs/onnx: depend on protbuf slot (diff) | |
download | gentoo-01857c9bc46a9e89273e0a6c188654cb22e526ba.tar.gz gentoo-01857c9bc46a9e89273e0a6c188654cb22e526ba.tar.bz2 gentoo-01857c9bc46a9e89273e0a6c188654cb22e526ba.zip |
app-text/podofo: fix boost BDEPEND
Closes: https://bugs.gentoo.org/484662
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-text/podofo')
-rw-r--r-- | app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild | 4 | ||||
-rw-r--r-- | app-text/podofo/podofo-0.9.7.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild b/app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild index 74c9b102939b..bd8bf05d1b85 100644 --- a/app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild +++ b/app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ RDEPEND="${LUA_DEPS} DEPEND="${RDEPEND} test? ( dev-util/cppunit )" BDEPEND="virtual/pkgconfig - boost? ( dev-util/boost-build )" + boost? ( dev-libs/boost )" PATCHES=( "${FILESDIR}"/${PN}-0.9.6_p20190928-cmake_lua_version.patch diff --git a/app-text/podofo/podofo-0.9.7.ebuild b/app-text/podofo/podofo-0.9.7.ebuild index 5510e90dad7e..97e2a987c7a1 100644 --- a/app-text/podofo/podofo-0.9.7.ebuild +++ b/app-text/podofo/podofo-0.9.7.ebuild @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} " BDEPEND="virtual/pkgconfig - boost? ( dev-util/boost-build )" + boost? ( dev-libs/boost )" PATCHES=( "${FILESDIR}"/${PN}-0.9.6_p20190928-cmake_lua_version.patch |