Skip to content

Commit

Permalink
kde-apps/kalarm: DEPEND on kde-apps/kpimtextedit[speech=]
Browse files Browse the repository at this point in the history
Fixes 0851e4465cebef93148daf64e9ae3823b1de0850

Bug: https://bugs.gentoo.org/934478
Bug: https://bugs.gentoo.org/950210
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 4, 2025
1 parent 2875bc0 commit f25ce3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion kde-apps/kalarm/kalarm-24.12.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ COMMON_DEPEND="
RDEPEND="${COMMON_DEPEND}
pim? ( >=kde-apps/kdepim-runtime-${PVCUT}:6 )
"
# kde-apps/kidentitymanagement through its cmake module forces
# kpimtextedit[speech=] in order not to break w/ kalarm[-speech]
DEPEND="${COMMON_DEPEND}
speech? ( kde-apps/kpimtextedit[speech] )
>=kde-apps/kpimtextedit-${PVCUT}:6[speech=]
X? ( x11-base/xorg-proto )
"

Expand Down
4 changes: 3 additions & 1 deletion kde-apps/kalarm/kalarm-24.12.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ COMMON_DEPEND="
RDEPEND="${COMMON_DEPEND}
pim? ( >=kde-apps/kdepim-runtime-${PVCUT}:6 )
"
# kde-apps/kidentitymanagement through its cmake module forces
# kpimtextedit[speech=] in order not to break w/ kalarm[-speech]
DEPEND="${COMMON_DEPEND}
speech? ( kde-apps/kpimtextedit[speech] )
>=kde-apps/kpimtextedit-${PVCUT}:6[speech=]
X? ( x11-base/xorg-proto )
"

Expand Down
4 changes: 3 additions & 1 deletion kde-apps/kalarm/kalarm-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ COMMON_DEPEND="
RDEPEND="${COMMON_DEPEND}
pim? ( >=kde-apps/kdepim-runtime-${PVCUT}:6 )
"
# kde-apps/kidentitymanagement through its cmake module forces
# kpimtextedit[speech=] in order not to break w/ kalarm[-speech]
DEPEND="${COMMON_DEPEND}
speech? ( kde-apps/kpimtextedit[speech] )
>=kde-apps/kpimtextedit-${PVCUT}:6[speech=]
X? ( x11-base/xorg-proto )
"

Expand Down

0 comments on commit f25ce3c

Please sign in to comment.