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 C04FC158017 for ; Wed, 29 Sep 2021 16:53:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F96E0894; Wed, 29 Sep 2021 16:53:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8728E0894 for ; Wed, 29 Sep 2021 16:53:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A77E342CAD for ; Wed, 29 Sep 2021 16:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4772610B for ; Wed, 29 Sep 2021 16:53:32 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1632934369.adda557b380f0fe8aa556f21b46dad360e57bb97.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/swoole-async/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/swoole-async/swoole-async-4.4.12-r1.ebuild dev-php/swoole-async/swoole-async-4.4.12.ebuild dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild dev-php/swoole-async/swoole-async-4.4.16.ebuild X-VCS-Directories: dev-php/swoole-async/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: adda557b380f0fe8aa556f21b46dad360e57bb97 X-VCS-Branch: master Date: Wed, 29 Sep 2021 16:53:32 +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: 79ed811a-95b8-4931-88af-d1fcc3a232ab X-Archives-Hash: 58c4947340b38409dfaae73e04310192 commit: adda557b380f0fe8aa556f21b46dad360e57bb97 Author: Brian Evans gentoo org> AuthorDate: Wed Sep 29 16:49:51 2021 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Sep 29 16:52:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adda557b dev-php/swoole-async: Fix build dependencies swoole-async needs a specific version of dev-php/swoole to compile and work Revbump to ensure those using it get what is necessary Closes: https://bugs.gentoo.org/705492 Signed-off-by: Brian Evans gentoo.org> .../{swoole-async-4.4.12.ebuild => swoole-async-4.4.12-r1.ebuild} | 5 +++-- .../{swoole-async-4.4.16.ebuild => swoole-async-4.4.16-r1.ebuild} | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-php/swoole-async/swoole-async-4.4.12.ebuild b/dev-php/swoole-async/swoole-async-4.4.12-r1.ebuild similarity index 81% rename from dev-php/swoole-async/swoole-async-4.4.12.ebuild rename to dev-php/swoole-async/swoole-async-4.4.12-r1.ebuild index 845bfc568cc..aa4fbdf97a3 100644 --- a/dev-php/swoole-async/swoole-async-4.4.12.ebuild +++ b/dev-php/swoole-async/swoole-async-4.4.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -26,7 +26,8 @@ SLOT="0" # Tests will require pre-configured endpoint RESTRICT="test" -DEPEND=">=dev-php/swoole-4.3" +# This will only compile with the same version of dev-php/swoole +DEPEND="~dev-php/swoole-${PV}[php_targets_php7-1(-)?,php_targets_php7-2(-)?,php_targets_php7-3(-)?,php_targets_php7-4(-)?]" RDEPEND="${DEPEND}" diff --git a/dev-php/swoole-async/swoole-async-4.4.16.ebuild b/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild similarity index 81% rename from dev-php/swoole-async/swoole-async-4.4.16.ebuild rename to dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild index 09b9d48a22e..aa4fbdf97a3 100644 --- a/dev-php/swoole-async/swoole-async-4.4.16.ebuild +++ b/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -26,7 +26,8 @@ SLOT="0" # Tests will require pre-configured endpoint RESTRICT="test" -DEPEND=">=dev-php/swoole-4.3" +# This will only compile with the same version of dev-php/swoole +DEPEND="~dev-php/swoole-${PV}[php_targets_php7-1(-)?,php_targets_php7-2(-)?,php_targets_php7-3(-)?,php_targets_php7-4(-)?]" RDEPEND="${DEPEND}"