diff options
| author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-02-13 16:06:15 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-02-13 16:07:05 +0100 |
| commit | 646c3b5eba841a86cd9aa79e5b9782fa1a4db248 (patch) | |
| tree | d090651de0549e98eb48bd0c316c3335a9a46d59 | |
| parent | 24812340bfa11e492afed2a2ee07ac4f2c6b06e4 (diff) | |
| download | kde-646c3b5eba841a86cd9aa79e5b9782fa1a4db248.tar.gz kde-646c3b5eba841a86cd9aa79e5b9782fa1a4db248.tar.bz2 kde-646c3b5eba841a86cd9aa79e5b9782fa1a4db248.zip | |
kde-apps/dolphin: Fix ebuild for EAPI 6
Package-Manager: portage-2.2.27
| -rw-r--r-- | kde-apps/dolphin/dolphin-15.12.49.9999.ebuild | 5 | ||||
| -rw-r--r-- | kde-apps/dolphin/dolphin-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild index 5676bf243b9..f998fa02458 100644 --- a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild @@ -66,9 +66,8 @@ RESTRICT="test" src_configure() { local mycmakeargs=( - $(cmake-utils_use_with semantic-desktop KF5Baloo) - $(cmake-utils_use_with semantic-desktop KF5BalooWidgets) - $(cmake-utils_use_with semantic-desktop KF5FileMetaData) + -DWITH_KF5Baloo=$(usex semantic-desktop) + -DWITH_KF5BalooWidgets=$(usex semantic-desktop) ) kde5_src_configure diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index f8e315464d9..e537803a277 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -67,9 +67,8 @@ RESTRICT="test" src_configure() { local mycmakeargs=( - $(cmake-utils_use_with semantic-desktop KF5Baloo) - $(cmake-utils_use_with semantic-desktop KF5BalooWidgets) - $(cmake-utils_use_with semantic-desktop KF5FileMetaData) + -DWITH_KF5Baloo=$(usex semantic-desktop) + -DWITH_KF5BalooWidgets=$(usex semantic-desktop) ) kde5_src_configure |
