diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-17 18:55:32 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-17 18:57:09 +0100 |
| commit | e73f617097bdf8e94cb98afecfaacf0636c41cee (patch) | |
| tree | b0b7795a43b0e591209475dafb53806e337964a0 /dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild | |
| parent | 99b1f6f023e8f483a95c5d1dd28538e517c9deed (diff) | |
| download | kde-e73f617097bdf8e94cb98afecfaacf0636c41cee.tar.gz kde-e73f617097bdf8e94cb98afecfaacf0636c41cee.tar.bz2 kde-e73f617097bdf8e94cb98afecfaacf0636c41cee.zip | |
dev-libs/plasma-wayland-protocols: Fix src_configure() phase
Bug: https://bugs.gentoo.org/946574
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild')
| -rw-r--r-- | dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild index d83e0fd9b80..c8424eda5d2 100644 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild @@ -29,7 +29,7 @@ BDEPEND=" test? ( dev-util/wayland-scanner ) " -ecm_src_configure() { +src_configure() { local mycmakeargs=( -DKDE_INSTALL_USE_QT_SYS_PATHS=ON # ecm.eclass -DKDE_INSTALL_DOCBUNDLEDIR="${EPREFIX}/usr/share/help" # ecm.eclass |
