diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 17:18:29 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 17:19:10 -0400 |
commit | 4f7c9faa26a969cedaadeb8368731d1760e18e36 (patch) | |
tree | a6cd69c27866625ad0a35fa4d6db9f9cf57e1f85 /app-accessibility/edbrowse | |
parent | sci-libs/geos: Removing Old (diff) | |
download | gentoo-4f7c9faa26a969cedaadeb8368731d1760e18e36.tar.gz gentoo-4f7c9faa26a969cedaadeb8368731d1760e18e36.tar.bz2 gentoo-4f7c9faa26a969cedaadeb8368731d1760e18e36.zip |
app-accessibility/edbrowse: fix openssl and libressl slots
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-accessibility/edbrowse')
-rw-r--r-- | app-accessibility/edbrowse/edbrowse-3.5.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild b/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild index 853813e88f01..c26fb874e50e 100644 --- a/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild +++ b/app-accessibility/edbrowse/edbrowse-3.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,8 +16,8 @@ COMMON_DEPEND=">=dev-lang/spidermonkey-24.0:24 >=sys-libs/readline-6.0 >=net-misc/curl-7.36.0 >=dev-libs/libpcre-7.8 - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) odbc? ( dev-db/unixODBC )" DEPEND="${COMMON_DEPEND} virtual/pkgconfig |