From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E250138334 for ; Fri, 14 Jun 2019 17:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B56EE0848; Fri, 14 Jun 2019 17:46:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 136B9E0848 for ; Fri, 14 Jun 2019 17:46:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A84B8346113 for ; Fri, 14 Jun 2019 17:46:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71607619 for ; Fri, 14 Jun 2019 17:46:46 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1560534395.f7c217d68dce6662899b8e846391f9d80e792d85.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/sourcetrail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild X-VCS-Directories: dev-cpp/sourcetrail/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f7c217d68dce6662899b8e846391f9d80e792d85 X-VCS-Branch: master Date: Fri, 14 Jun 2019 17:46:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2290740e-594d-437d-aa49-2519268bee83 X-Archives-Hash: 22491309b980745524fa51cc58752317 commit: f7c217d68dce6662899b8e846391f9d80e792d85 Author: Michał Górny gentoo org> AuthorDate: Tue May 28 19:02:12 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Jun 14 17:46:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c217d6 dev-cpp/sourcetrail: Permit dev-libs/openssl-compat Signed-off-by: Michał Górny gentoo.org> Signed-off-by: Thomas Deutschmann gentoo.org> dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild | 5 ++++- dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild b/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild index 75402064800..1e5bf5c07ac 100644 --- a/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild +++ b/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild @@ -18,7 +18,10 @@ RESTRICT="mirror bindist" DEPEND="dev-util/patchelf" RDEPEND=" - =dev-libs/openssl-1.0*:* + || ( + dev-libs/openssl-compat:1.0.0 + =dev-libs/openssl-1.0*:* + ) media-libs/fontconfig media-libs/freetype media-libs/libpng:1.2 diff --git a/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild b/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild index 75402064800..1e5bf5c07ac 100644 --- a/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild +++ b/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild @@ -18,7 +18,10 @@ RESTRICT="mirror bindist" DEPEND="dev-util/patchelf" RDEPEND=" - =dev-libs/openssl-1.0*:* + || ( + dev-libs/openssl-compat:1.0.0 + =dev-libs/openssl-1.0*:* + ) media-libs/fontconfig media-libs/freetype media-libs/libpng:1.2