diff options
author | Sam James <sam@gentoo.org> | 2021-09-07 17:52:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-07 17:55:59 +0100 |
commit | 78250007f070caaade82599a15f34e9d837350ed (patch) | |
tree | 7bc9c621006456e6f39149baaab08fbaee8250a7 /dev-libs/flatbuffers | |
parent | dev-perl/Goo-Canvas: Remove last-rited package (diff) | |
download | gentoo-78250007f070caaade82599a15f34e9d837350ed.tar.gz gentoo-78250007f070caaade82599a15f34e9d837350ed.tar.bz2 gentoo-78250007f070caaade82599a15f34e9d837350ed.zip |
dev-libs/flatbuffers: add subslot for 2.x
Bit of a frustrating one as it appears to be ABI compatible
modulo the SONAME change, but it is what it is -- it's a good
thing upstream adopted semver anyway.
Closes: https://bugs.gentoo.org/812023
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/flatbuffers')
-rw-r--r-- | dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild (renamed from dev-libs/flatbuffers/flatbuffers-2.0.0.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.0.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild index 59a0c5212cab..4be03e4e789d 100644 --- a/dev-libs/flatbuffers/flatbuffers-2.0.0.ebuild +++ b/dev-libs/flatbuffers/flatbuffers-2.0.0-r1.ebuild @@ -10,7 +10,9 @@ HOMEPAGE="https://google.github.io/flatbuffers/" SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" -SLOT="0" +# From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change. +# (Apparently to adopt semver.) +SLOT="0/2" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="static-libs test" |