From 4fdb03b4cced904517520a04aa98b6916d66fe42 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 15 Dec 2015 15:43:47 -0500 Subject: app-accessibility/edbrowse: bump to EAPI=5 and add libressl support Package-Manager: portage-2.2.24 --- app-accessibility/edbrowse/edbrowse-3.5.1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'app-accessibility') diff --git a/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild b/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild index 1c2a80b38620..853813e88f01 100644 --- a/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild +++ b/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" inherit eutils DESCRIPTION="editor, browser, and mail client using the /bin/ed interface" @@ -11,12 +11,13 @@ SRC_URI="http://the-brannons.com/${PN}/${P}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="linguas_fr odbc" +IUSE="libressl linguas_fr odbc" COMMON_DEPEND=">=dev-lang/spidermonkey-24.0:24 >=sys-libs/readline-6.0 >=net-misc/curl-7.36.0 >=dev-libs/libpcre-7.8 - >=dev-libs/openssl-0.9.8j + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl ) odbc? ( dev-db/unixODBC )" DEPEND="${COMMON_DEPEND} virtual/pkgconfig -- cgit v1.2.3-65-gdbad