diff options
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/molequeue/molequeue-0.8.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-chemistry/molequeue/molequeue-0.8.0.ebuild b/sci-chemistry/molequeue/molequeue-0.8.0.ebuild index 1454d2636c13..3b5733ea45d2 100644 --- a/sci-chemistry/molequeue/molequeue-0.8.0.ebuild +++ b/sci-chemistry/molequeue/molequeue-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,6 +29,7 @@ DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" src_prepare() { + cmake-utils_src_prepare # delete bundled Qt5Json library rm -r thirdparty || die } |