summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2023-06-10 22:18:56 +0300
committerJimi Huotari <chiitoo@gentoo.org>2023-06-10 22:19:00 +0300
commitf7b80d75d7f6a2739c23f531dab57c2cb707f868 (patch)
tree5187a12a046a1ac53262efe70ff1da06fb8f7732 /dev-qt/qtlocation
parentdev-qt/qtlocation: add more dependencies to 6.5.1 (diff)
downloadgentoo-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.ebuild18
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}"