diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-07 09:35:22 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-07 09:35:22 -0800 |
commit | df62694c9598c4205bdfe836aa871fd4ec854ef0 (patch) | |
tree | da0b0cb0a17d93cb9c9430f7b9b6937c81be650d /virtual/podofo-build | |
parent | app-text/podofo: version bump to 0.9.5 (diff) | |
download | gentoo-df62694c9598c4205bdfe836aa871fd4ec854ef0.tar.gz gentoo-df62694c9598c4205bdfe836aa871fd4ec854ef0.tar.bz2 gentoo-df62694c9598c4205bdfe836aa871fd4ec854ef0.zip |
virtual/podofo-build: version bump to 0.9.5
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual/podofo-build')
-rw-r--r-- | virtual/podofo-build/podofo-build-0.9.5.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/virtual/podofo-build/podofo-build-0.9.5.ebuild b/virtual/podofo-build/podofo-build-0.9.5.ebuild new file mode 100644 index 000000000000..9aec30e0f6dd --- /dev/null +++ b/virtual/podofo-build/podofo-build-0.9.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Virtual package for building against PoDoFo" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="+boost idn debug test" + +# Pull in boost for build-against header dependency (see bug #503802). +RDEPEND=" + app-text/podofo:0/${PV}[boost=,idn=,debug=,test=] + boost? ( dev-libs/boost ) +" +DEPEND="" |