diff options
author | David Seifert <soap@gentoo.org> | 2017-10-15 19:49:57 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-10-15 19:49:57 -0700 |
commit | 57054d779ae1a5bba346fcd00010ba311abc78c8 (patch) | |
tree | de38186ae60c9ec1fc0873841afabcf11025648e /sci-chemistry/molequeue | |
parent | sci-chemistry/massxpert: [QA] Add cmake-utils_src_prepare (diff) | |
download | gentoo-57054d779ae1a5bba346fcd00010ba311abc78c8.tar.gz gentoo-57054d779ae1a5bba346fcd00010ba311abc78c8.tar.bz2 gentoo-57054d779ae1a5bba346fcd00010ba311abc78c8.zip |
sci-chemistry/molequeue: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'sci-chemistry/molequeue')
-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 } |