summaryrefslogtreecommitdiff
path: root/virtual/podofo-build/podofo-build-0.10.1.ebuild
blob: dd255c060d27767b893f4cf1450ef459c1e884bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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="fontconfig idn jpeg png test tiff +tools"
RESTRICT="!test? ( test )"

RDEPEND="
	app-text/podofo:0/${PV}[fontconfig=,idn=,jpeg=,png=,test=,tiff=,tools=]
"