summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-12-15 15:43:47 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-12-15 15:44:32 -0500
commit4fdb03b4cced904517520a04aa98b6916d66fe42 (patch)
tree7166db3b52c5499767608292af41dfb04ddfcf55 /app-accessibility
parentapp-arch/libpar2: Fix building with latest glibmm/libsigc++ (#567498) (diff)
downloadgentoo-4fdb03b4cced904517520a04aa98b6916d66fe42.tar.gz
gentoo-4fdb03b4cced904517520a04aa98b6916d66fe42.tar.bz2
gentoo-4fdb03b4cced904517520a04aa98b6916d66fe42.zip
app-accessibility/edbrowse: bump to EAPI=5 and add libressl support
Package-Manager: portage-2.2.24
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/edbrowse/edbrowse-3.5.1.ebuild9
1 files changed, 5 insertions, 4 deletions
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