app-text/podofo: add libressl useflag
authorWilliam <William@undefined.re>
Mon, 11 Apr 2016 20:50:47 +0000 (22:50 +0200)
committerAnthony G. Basile <blueness@gentoo.org>
Wed, 11 May 2016 22:41:32 +0000 (18:41 -0400)
app-text/podofo/podofo-0.9.3.ebuild

index 8d0b76fe44965e928fe4fcceaebdef3e22f685fa..d84abfb341e4dba27bf518f7ae787e90f8c00ae8 100644 (file)
@@ -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=