From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 14640138252 for ; Wed, 11 May 2016 22:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C41AE0762; Wed, 11 May 2016 22:42:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24C3BE0762 for ; Wed, 11 May 2016 22:42:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA1CC340871 for ; Wed, 11 May 2016 22:42:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 871EF334 for ; Wed, 11 May 2016 22:42:47 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1463006492.2b0b1e155d7a5f7800519b31c563e824d3c90ab0.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/podofo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/podofo/podofo-0.9.3.ebuild X-VCS-Directories: app-text/podofo/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2b0b1e155d7a5f7800519b31c563e824d3c90ab0 X-VCS-Branch: master Date: Wed, 11 May 2016 22:42:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e9cbaa29-54dc-48d7-812a-2e6ededdb591 X-Archives-Hash: b51c6b28a822c04b21f87d3fc1d43a2c commit: 2b0b1e155d7a5f7800519b31c563e824d3c90ab0 Author: William undefined re> AuthorDate: Mon Apr 11 20:50:47 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed May 11 22:41:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0b1e15 app-text/podofo: add libressl useflag app-text/podofo/podofo-0.9.3.ebuild | 5 +++-- 1 file 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 8d0b76f..d84abfb 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=