sci-chemistry/molequeue: [QA] Add cmake-utils_src_prepare
authorDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 02:49:57 +0000 (19:49 -0700)
committerDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 02:49:57 +0000 (19:49 -0700)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

sci-chemistry/molequeue/molequeue-0.8.0.ebuild

index 1454d2636c13531d363ad8b269358ffa630be465..3b5733ea45d2c0c7e52d1bb7790ff8e6734e4e21 100644 (file)
@@ -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
 }