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 87797138335 for ; Mon, 7 Jan 2019 19:15:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C334E0A03; Mon, 7 Jan 2019 19:15:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E9142E09EC for ; Mon, 7 Jan 2019 19:15:57 +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 E298A335D20 for ; Mon, 7 Jan 2019 19:15:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A517750F for ; Mon, 7 Jan 2019 19:15:53 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1546888529.350ee0a22832827ef5de88ea5154c1d1d89d8a8c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ostree/ostree-2018.5.ebuild dev-util/ostree/ostree-2018.9.ebuild X-VCS-Directories: dev-util/ostree/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 350ee0a22832827ef5de88ea5154c1d1d89d8a8c X-VCS-Branch: master Date: Mon, 7 Jan 2019 19:15:53 +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: ba5a87ca-8093-43e8-ba15-f646158a88c6 X-Archives-Hash: 6d459e083fcd528a1becb48fc888801d commit: 350ee0a22832827ef5de88ea5154c1d1d89d8a8c Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 7 18:07:13 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 7 19:15:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350ee0a2 dev-util/ostree: Adjusted slot dependency on dev-libs/openssl source-based packages should never depend on any other openssl slot than slot 0. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> dev-util/ostree/ostree-2018.5.ebuild | 4 ++-- dev-util/ostree/ostree-2018.9.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/ostree/ostree-2018.5.ebuild b/dev-util/ostree/ostree-2018.5.ebuild index 3c2aec24a4a..a625a9af6c8 100644 --- a/dev-util/ostree/ostree-2018.5.ebuild +++ b/dev-util/ostree/ostree-2018.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ COMMON_DEPEND=" dev-libs/glib:= dev-libs/libassuan:= dev-libs/libgpg-error:= - dev-libs/openssl:= + dev-libs/openssl:0= net-misc/curl:= sys-apps/util-linux:= sys-fs/fuse:= diff --git a/dev-util/ostree/ostree-2018.9.ebuild b/dev-util/ostree/ostree-2018.9.ebuild index 495e21ac476..deeb95b146b 100644 --- a/dev-util/ostree/ostree-2018.9.ebuild +++ b/dev-util/ostree/ostree-2018.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ COMMON_DEPEND=" dev-libs/glib:= dev-libs/libassuan:= dev-libs/libgpg-error:= - dev-libs/openssl:= + dev-libs/openssl:0= sys-apps/util-linux:= sys-fs/fuse:= sys-libs/zlib:=