commit: 2115548bea068c67c7f99fe14316527b5f1ec499
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 19:49:55 2022 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 19:52:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2115548b
virtual/podofo-build: Bump to version 0.9.7
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
virtual/podofo-build/podofo-build-0.9.7.ebuild | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/virtual/podofo-build/podofo-build-0.9.7.ebuild
b/virtual/podofo-build/podofo-build-0.9.7.ebuild
new file mode 100644
index 000000000000..2eb20b281468
--- /dev/null
+++ b/virtual/podofo-build/podofo-build-0.9.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual package for building against PoDoFo"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+boost idn debug test +tools"
+RESTRICT="!test? ( test )"
+
+# Pull in boost for build-against header dependency (see bug #503802).
+RDEPEND="
+ app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=]
+ boost? ( dev-libs/boost )
+"