commit: 9daf120c09026e9d61cfab8d2a257a3334b2cff9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 12:56:34 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 12:57:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daf120c
app-cdr/k3b: remove duplicate add_subdirectory.
This was causing build failure with kde-base/kdelibs-4.14.11.
Gentoo-bug: 558640
Package-Manager: portage-2.2.20.1
app-cdr/k3b/k3b-2.0.3-r2.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/app-cdr/k3b/k3b-2.0.3-r2.ebuild b/app-cdr/k3b/k3b-2.0.3-r2.ebuild
index 68619e5..95a09a5 100644
--- a/app-cdr/k3b/k3b-2.0.3-r2.ebuild
+++ b/app-cdr/k3b/k3b-2.0.3-r2.ebuild
@@ -72,6 +72,13 @@ REQUIRED_USE="
sox? ( encode )
"
+src_prepare() {
+ kde4-base_src_prepare
+
+ # bug 558640
+ sed -i -e "/^add_subdirectory( doc )/d" CMakeLists.txt || die
+}
+
src_configure() {
mycmakeargs=(
-DK3B_BUILD_API_DOCS=OFF