From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1478054-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9CB515800F for <garchives@archives.gentoo.org>; Tue, 17 Jan 2023 01:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2772E085B; Tue, 17 Jan 2023 01:53:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A516E085B for <gentoo-commits@lists.gentoo.org>; Tue, 17 Jan 2023 01:53:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91AF2340D5B for <gentoo-commits@lists.gentoo.org>; Tue, 17 Jan 2023 01:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96A70882 for <gentoo-commits@lists.gentoo.org>; Tue, 17 Jan 2023 01:53:10 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1673920332.d7a29255bb33238703157018623c0e7eb40e9ae0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/s6/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/s6/s6-2.11.1.2-r1.ebuild sys-apps/s6/s6-2.11.1.2.ebuild X-VCS-Directories: sys-apps/s6/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d7a29255bb33238703157018623c0e7eb40e9ae0 X-VCS-Branch: master Date: Tue, 17 Jan 2023 01:53:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 711d0263-8e3f-4e00-9960-8495bff6655f X-Archives-Hash: 30987002c1ef3b65e0a3ed4fb4a941c4 commit: d7a29255bb33238703157018623c0e7eb40e9ae0 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Mon Jan 16 10:59:08 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 17 01:52:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a29255 sys-apps/s6: limit dependency due to an API change Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/s6/{s6-2.11.1.2.ebuild => s6-2.11.1.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/s6/s6-2.11.1.2.ebuild b/sys-apps/s6/s6-2.11.1.2-r1.ebuild similarity index 93% rename from sys-apps/s6/s6-2.11.1.2.ebuild rename to sys-apps/s6/s6-2.11.1.2-r1.ebuild index 3dae363c48c3..a9240e9e4205 100644 --- a/sys-apps/s6/s6-2.11.1.2.ebuild +++ b/sys-apps/s6/s6-2.11.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SLOT="0/$(ver_cut 1-2)" KEYWORDS="amd64 arm x86" IUSE="+execline" -RDEPEND="dev-libs/skalibs:= +RDEPEND="<dev-libs/skalibs-2.13.0.0:= execline? ( dev-lang/execline:= ) " DEPEND="${RDEPEND}"