diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-25 21:22:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-26 00:33:25 +0100 |
commit | 4396c608794f2d2760ef53df83426c52aef59704 (patch) | |
tree | b0303a68354a7d2247df6fe2996cada1ee573f00 /app-i18n/fcitx-qt5 | |
parent | ecm.eclass: Relax kde-frameworks/extra-cmake-modules SLOT dep to :* (diff) | |
download | gentoo-4396c608794f2d2760ef53df83426c52aef59704.tar.gz gentoo-4396c608794f2d2760ef53df83426c52aef59704.tar.bz2 gentoo-4396c608794f2d2760ef53df83426c52aef59704.zip |
kde-frameworks/extra-cmake-modules: slotmove 5 to 0
See also:
https://community.kde.org/Frameworks/6.0_Release_notes#Coinstallability
"Only one version of extra-cmake-modules can be installed. The KF6
version is backwards compatible and should also be used for KF5 builds."
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-i18n/fcitx-qt5')
-rw-r--r-- | app-i18n/fcitx-qt5/fcitx-qt5-1.2.5.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.5.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.5.ebuild index a95e8874b964..4dc0c8089588 100644 --- a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.5.ebuild +++ b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.5.ebuild @@ -28,7 +28,7 @@ BDEPEND=">=app-i18n/fcitx-4.2.9:4 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtwidgets:5 - kde-frameworks/extra-cmake-modules:5 + kde-frameworks/extra-cmake-modules:0 virtual/pkgconfig" # Private headers of dev-qt/qtgui:5 used. RDEPEND=">=app-i18n/fcitx-4.2.9:4 diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild index 25daf4bb5236..827553c28d48 100644 --- a/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild +++ b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild @@ -28,7 +28,7 @@ BDEPEND=">=app-i18n/fcitx-4.2.9:4 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtwidgets:5 - kde-frameworks/extra-cmake-modules:5 + kde-frameworks/extra-cmake-modules:0 virtual/pkgconfig" # Private headers of dev-qt/qtgui:5 used. RDEPEND=">=app-i18n/fcitx-4.2.9:4 |