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 844F1138359 for ; Tue, 17 Nov 2020 16:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C07DE0978; Tue, 17 Nov 2020 16:22:13 +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 7B98BE0978 for ; Tue, 17 Nov 2020 16:22:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F2BCA340E7D for ; Tue, 17 Nov 2020 16:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 416DF3A9 for ; Tue, 17 Nov 2020 16:22:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1605630126.417a576faac16b8ce823e0c710f0a7b2ee5c0b0e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/http-parser/http-parser-2.9.3-r1.ebuild net-libs/http-parser/http-parser-2.9.3.ebuild net-libs/http-parser/http-parser-2.9.4-r1.ebuild net-libs/http-parser/http-parser-2.9.4.ebuild X-VCS-Directories: net-libs/http-parser/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 417a576faac16b8ce823e0c710f0a7b2ee5c0b0e X-VCS-Branch: master Date: Tue, 17 Nov 2020 16:22:10 +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: 0951fc3c-2a6c-4b8c-b5a9-4b0408bffc33 X-Archives-Hash: 615770fb18be321959a3c0afd1bc4dd0 commit: 417a576faac16b8ce823e0c710f0a7b2ee5c0b0e Author: Michał Górny gentoo org> AuthorDate: Tue Nov 17 16:19:48 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 17 16:22:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417a576f net-libs/http-parser: Bump subslot to provoke rebuilds Closes: https://bugs.gentoo.org/754993 Signed-off-by: Michał Górny gentoo.org> .../{http-parser-2.9.3.ebuild => http-parser-2.9.3-r1.ebuild} | 3 ++- .../{http-parser-2.9.4.ebuild => http-parser-2.9.4-r1.ebuild} | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/net-libs/http-parser/http-parser-2.9.3.ebuild b/net-libs/http-parser/http-parser-2.9.3-r1.ebuild similarity index 94% rename from net-libs/http-parser/http-parser-2.9.3.ebuild rename to net-libs/http-parser/http-parser-2.9.3-r1.ebuild index 0c4077db545..42698481b06 100644 --- a/net-libs/http-parser/http-parser-2.9.3.ebuild +++ b/net-libs/http-parser/http-parser-2.9.3-r1.ebuild @@ -9,7 +9,8 @@ HOMEPAGE="https://github.com/nodejs/http-parser" SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/2.9.0" +# 2.9.3 accidentally broke ABI compatibility +SLOT="0/2.9.3" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x64-macos ~x64-solaris" IUSE="static-libs" diff --git a/net-libs/http-parser/http-parser-2.9.4.ebuild b/net-libs/http-parser/http-parser-2.9.4-r1.ebuild similarity index 86% rename from net-libs/http-parser/http-parser-2.9.4.ebuild rename to net-libs/http-parser/http-parser-2.9.4-r1.ebuild index 43104a4e8c2..edebd695e24 100644 --- a/net-libs/http-parser/http-parser-2.9.4.ebuild +++ b/net-libs/http-parser/http-parser-2.9.4-r1.ebuild @@ -9,7 +9,9 @@ HOMEPAGE="https://github.com/nodejs/http-parser" SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/2.9.0" +# 2.9.4 restored ABI compatibility with 2.9.0 but since we failed +# to set subslot in 2.9.3, we want to provoke another rebuild +SLOT="0/2.9.4" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x64-macos ~x64-solaris" PATCHES=(