diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:35:39 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:35:39 +0100 |
commit | 3ce527a5b9b6a268599cc6b425766fc129a6751e (patch) | |
tree | 60eb66d0186e040a8dabe6592b70c29d352c9ef7 /dev-libs/mongo-cxx-driver | |
parent | dev-libs/libcdio: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-3ce527a5b9b6a268599cc6b425766fc129a6751e.tar.gz gentoo-3ce527a5b9b6a268599cc6b425766fc129a6751e.tar.bz2 gentoo-3ce527a5b9b6a268599cc6b425766fc129a6751e.zip |
dev-libs/mongo-cxx-driver: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/mongo-cxx-driver')
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/mongo-cxx-driver/mongo-cxx-driver-0.0.2.6.7-r1.ebuild b/dev-libs/mongo-cxx-driver/mongo-cxx-driver-0.0.2.6.7-r1.ebuild index b30484198d61..27e4b7ee9641 100644 --- a/dev-libs/mongo-cxx-driver/mongo-cxx-driver-0.0.2.6.7-r1.ebuild +++ b/dev-libs/mongo-cxx-driver/mongo-cxx-driver-0.0.2.6.7-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 SCONS_MIN_VERSION="2.3.0" -inherit eutils flag-o-matic multilib scons-utils versionator +inherit eutils flag-o-matic multilib scons-utils toolchain-funcs versionator MY_PV=$(get_version_component_range 3-5) MY_P=legacy-0.0-26compat-${MY_PV} diff --git a/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.0.ebuild b/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.0.ebuild index a32629c15ff1..6775c8f379e7 100644 --- a/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.0.ebuild +++ b/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 SCONS_MIN_VERSION="2.3.0" -inherit eutils flag-o-matic multilib scons-utils +inherit eutils flag-o-matic multilib scons-utils toolchain-funcs DESCRIPTION="C++ Driver for MongoDB" HOMEPAGE="https://github.com/mongodb/mongo-cxx-driver" diff --git a/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.5.ebuild b/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.5.ebuild index a32629c15ff1..6775c8f379e7 100644 --- a/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.5.ebuild +++ b/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 SCONS_MIN_VERSION="2.3.0" -inherit eutils flag-o-matic multilib scons-utils +inherit eutils flag-o-matic multilib scons-utils toolchain-funcs DESCRIPTION="C++ Driver for MongoDB" HOMEPAGE="https://github.com/mongodb/mongo-cxx-driver" |