commit: b78d8194d1811c71a6760ca1094e0e671fa8baff Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Sat Jun 10 19:17:29 2023 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Sat Jun 10 19:18:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78d8194
dev-qt/qtlocation: add more dependencies to 6.5.1 Closes: https://bugs.gentoo.org/908247 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> dev-qt/qtlocation/qtlocation-6.5.1-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-qt/qtlocation/qtlocation-6.5.1-r1.ebuild b/dev-qt/qtlocation/qtlocation-6.5.1-r1.ebuild new file mode 100644 index 000000000000..0862902e101f --- /dev/null +++ b/dev-qt/qtlocation/qtlocation-6.5.1-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qt6-build + +DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework" + +if [[ ${QT6_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64" +fi + +DEPEND=" + =dev-qt/qtbase-${PV}*[network] + =dev-qt/qtdeclarative-${PV}* + =dev-qt/qtpositioning-${PV}* + =dev-qt/qtshadertools-${PV}* +" +RDEPEND="${DEPEND}"
