virtual/gnustep-back: 0.28.0 bump
[gentoo.git] / virtual / podofo-build / podofo-build-0.9.6_pre20171027.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Virtual package for building against PoDoFo"
7 SLOT="0/${PV}"
8 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
9 IUSE="+boost idn debug test +tools"
10 RESTRICT="!test? ( test )"
11
12 # Pull in boost for build-against header dependency (see bug #503802).
13 RDEPEND="
14         app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=]
15         boost? ( dev-libs/boost )
16 "