diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2023-06-10 22:18:56 +0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2023-06-10 22:19:00 +0300 |
commit | f7b80d75d7f6a2739c23f531dab57c2cb707f868 (patch) | |
tree | 5187a12a046a1ac53262efe70ff1da06fb8f7732 /dev-qt/qtlocation | |
parent | dev-qt/qtlocation: add more dependencies to 6.5.1 (diff) | |
download | gentoo-f7b80d75d7f6a2739c23f531dab57c2cb707f868.tar.gz gentoo-f7b80d75d7f6a2739c23f531dab57c2cb707f868.tar.bz2 gentoo-f7b80d75d7f6a2739c23f531dab57c2cb707f868.zip |
dev-qt/qtlocation: remove version 6.5.1 (r0)
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-6.5.1.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-qt/qtlocation/qtlocation-6.5.1.ebuild b/dev-qt/qtlocation/qtlocation-6.5.1.ebuild deleted file mode 100644 index cd6b3e19feb4..000000000000 --- a/dev-qt/qtlocation/qtlocation-6.5.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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}* - =dev-qt/qtdeclarative-${PV}* -" -RDEPEND="${DEPEND}" |