commit: 417a576faac16b8ce823e0c710f0a7b2ee5c0b0e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Nov 17 16:19:48 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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=(
