summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam <William@undefined.re>2016-04-11 22:50:47 +0200
committerAnthony G. Basile <blueness@gentoo.org>2016-05-11 18:41:32 -0400
commit2b0b1e155d7a5f7800519b31c563e824d3c90ab0 (patch)
tree6b37cee2fdf947317ece9aae25ac2aa8dab3614f /app-text
parentwww-client/w3m: remove RAND_egd which is ancient (diff)
downloadgentoo-2b0b1e155d7a5f7800519b31c563e824d3c90ab0.tar.gz
gentoo-2b0b1e155d7a5f7800519b31c563e824d3c90ab0.tar.bz2
gentoo-2b0b1e155d7a5f7800519b31c563e824d3c90ab0.zip
app-text/podofo: add libressl useflag
Diffstat (limited to 'app-text')
-rw-r--r--app-text/podofo/podofo-0.9.3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/podofo/podofo-0.9.3.ebuild b/app-text/podofo/podofo-0.9.3.ebuild
index 8d0b76fe4496..d84abfb341e4 100644
--- a/app-text/podofo/podofo-0.9.3.ebuild
+++ b/app-text/podofo/podofo-0.9.3.ebuild
@@ -12,11 +12,12 @@ SRC_URI="mirror://sourceforge/podofo/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+boost idn debug test"
+IUSE="+boost idn libressl debug test"
RDEPEND="dev-lang/lua:=
idn? ( net-dns/libidn:= )
- dev-libs/openssl:0=
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
media-libs/fontconfig:=
media-libs/freetype:2=
virtual/jpeg:0=