commit: 9baf734fd39cdf1822180150374d471d3fe8f5c0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 20:24:53 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 20:24:53 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9baf734f
dev-qt/qt5compat: drop 6.3.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qt5compat/qt5compat-6.3.9999.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild
b/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild
deleted file mode 100644
index 2bf0684e..00000000
--- a/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt module containing the unsupported Qt 5 APIs"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
-fi
-
-DEPEND="
- =dev-qt/qtbase-${PV}*[gui,network]
- =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"