mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
18 lines
475 B
Bash
18 lines
475 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
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 )
|
|
"
|