commit: 317c69ff259ffffa8beb7442fa7a83a7803af59f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 20:25:06 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 20:25:06 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=317c69ff
dev-qt/qtlocation: drop 6.3.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtlocation/qtlocation-6.3.9999.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/dev-qt/qtlocation/qtlocation-6.3.9999.ebuild
b/dev-qt/qtlocation/qtlocation-6.3.9999.ebuild
deleted file mode 100644
index 5bfb8228..00000000
--- a/dev-qt/qtlocation/qtlocation-6.3.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021 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}"