commit: 51ac5cbab14542ac30457e1fd2cdde46e47ae6b3 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri May 24 19:42:29 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri May 24 19:42:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ac5cba
dev-libs/libical: Set -DICAL_GLIB_VAPI=OFF Closes: https://bugs.gentoo.org/686654 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/libical/libical-3.0.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libical/libical-3.0.5.ebuild b/dev-libs/libical/libical-3.0.5.ebuild index 689ab21243a..5503824d60d 100644 --- a/dev-libs/libical/libical-3.0.5.ebuild +++ b/dev-libs/libical/libical-3.0.5.ebuild @@ -58,6 +58,7 @@ src_prepare() { src_configure() { local mycmakeargs=( -DICAL_GLIB=OFF + -DICAL_GLIB_VAPI=OFF -DGOBJECT_INTROSPECTION=OFF $(cmake-utils_use_find_package berkdb BDB) -DICAL_BUILD_DOCS=$(usex doc)
