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 34ADE59CA5 for ; Mon, 21 Mar 2016 21:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 644A021C023; Mon, 21 Mar 2016 21:19:10 +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 F34C921C023 for ; Mon, 21 Mar 2016 21:19:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A3351340B19 for ; Mon, 21 Mar 2016 21:19:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85CA8853 for ; Mon, 21 Mar 2016 21:19:01 +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: <1458595150.4f7c9faa26a969cedaadeb8368731d1760e18e36.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/edbrowse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/edbrowse/edbrowse-3.5.1.ebuild X-VCS-Directories: app-accessibility/edbrowse/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4f7c9faa26a969cedaadeb8368731d1760e18e36 X-VCS-Branch: master Date: Mon, 21 Mar 2016 21:19:01 +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: 126289ab-9cf6-43e0-999e-b8ef3f460819 X-Archives-Hash: b93663371869d28e56dfdc92df23583e commit: 4f7c9faa26a969cedaadeb8368731d1760e18e36 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Mar 21 21:18:29 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Mar 21 21:19:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7c9faa app-accessibility/edbrowse: fix openssl and libressl slots Package-Manager: portage-2.2.26 app-accessibility/edbrowse/edbrowse-3.5.1.ebuild | 6 +++--- 1 file 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 853813e..c26fb87 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