mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
kde-frameworks/ktexttemplate: Remove unused examples subdir
Upstream CMake fix pending as well: https://invent.kde.org/frameworks/ktexttemplate/-/merge_requests/52 Closes: https://bugs.gentoo.org/966102 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
e4f853b3c7
commit
200425cc5f
@ -19,3 +19,8 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="test? ( dev-qt/qttools:6[linguist] )"
|
||||
|
||||
src_prepare() {
|
||||
rm -r examples # unused, causes bug #966102
|
||||
ecm_src_prepare
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user