diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-17 17:19:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-17 17:22:06 +0100 |
commit | 417a576faac16b8ce823e0c710f0a7b2ee5c0b0e (patch) | |
tree | 07eab650a65d5b7b81b87189dde38de42dc52f5a /net-libs/http-parser | |
parent | net-wireless/unifi: bump to 6.1.26, drop old (diff) | |
download | gentoo-417a576faac16b8ce823e0c710f0a7b2ee5c0b0e.tar.gz gentoo-417a576faac16b8ce823e0c710f0a7b2ee5c0b0e.tar.bz2 gentoo-417a576faac16b8ce823e0c710f0a7b2ee5c0b0e.zip |
net-libs/http-parser: Bump subslot to provoke rebuilds
Closes: https://bugs.gentoo.org/754993
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/http-parser')
-rw-r--r-- | net-libs/http-parser/http-parser-2.9.3-r1.ebuild (renamed from net-libs/http-parser/http-parser-2.9.3.ebuild) | 3 | ||||
-rw-r--r-- | net-libs/http-parser/http-parser-2.9.4-r1.ebuild (renamed from net-libs/http-parser/http-parser-2.9.4.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 index 0c4077db5458..42698481b069 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 index 43104a4e8c2d..edebd695e24e 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=( |