diff options
author | David Seifert <soap@gentoo.org> | 2016-06-05 13:29:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-06-05 13:35:06 +0200 |
commit | efdc6db355ea52656faded3e4408d9a89d527379 (patch) | |
tree | 9f1dcc91e23c353cfe8ca8015f4f42be148b19a5 /sci-libs/shogun/shogun-4.1.0.ebuild | |
parent | sys-process/systemd-cron: bump (diff) | |
download | gentoo-efdc6db355ea52656faded3e4408d9a89d527379.tar.gz gentoo-efdc6db355ea52656faded3e4408d9a89d527379.tar.bz2 gentoo-efdc6db355ea52656faded3e4408d9a89d527379.zip |
sci-libs/shogun: Remove extern "C", fix USE="doc" generation
Gentoo-Bug: 582464
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sci-libs/shogun/shogun-4.1.0.ebuild')
-rw-r--r-- | sci-libs/shogun/shogun-4.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/shogun/shogun-4.1.0.ebuild b/sci-libs/shogun/shogun-4.1.0.ebuild index 651f7bbc8652..3258b84c830b 100644 --- a/sci-libs/shogun/shogun-4.1.0.ebuild +++ b/sci-libs/shogun/shogun-4.1.0.ebuild @@ -78,6 +78,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${P}-fix-buildsystem.patch + "${FILESDIR}"/${P}-remove-C-linkage.patch ) pkg_setup() { @@ -123,5 +124,5 @@ src_configure() { src_compile() { cmake-utils_src_compile - use doc && emake -C doc + use doc && emake -C "${BUILD_DIR}"/doc } |