Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/podofo/
Date: Fri, 18 Jun 2021 21:07:44
Message-Id: 1624050399.94a3f070bc161dcd442c45dc0bf5a1e7c445ff53.soap@gentoo
1 commit: 94a3f070bc161dcd442c45dc0bf5a1e7c445ff53
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 21:06:39 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 21:06:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a3f070
7
8 app-text/podofo: use BDEPEND for virtual/pkgconfig in EAPI 7
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild b/app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild
18 index aab395fe5f5..74c9b102939 100644
19 --- a/app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild
20 +++ b/app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild
21 @@ -29,9 +29,9 @@ RDEPEND="${LUA_DEPS}
22 media-libs/tiff:0=
23 sys-libs/zlib:="
24 DEPEND="${RDEPEND}
25 - virtual/pkgconfig
26 - boost? ( dev-util/boost-build )
27 test? ( dev-util/cppunit )"
28 +BDEPEND="virtual/pkgconfig
29 + boost? ( dev-util/boost-build )"
30
31 PATCHES=(
32 "${FILESDIR}"/${PN}-0.9.6_p20190928-cmake_lua_version.patch