sci-chemistry/openbabel-perl: [QA] Add cmake-utils_src_prepare

Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
David Seifert
2017-10-15 19:51:19 -07:00
parent 57054d779a
commit b62fc99619
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ src_prepare() {
sed \
-e '/__GNUC__/s:== 4:>= 4:g' \
-i include/openbabel/shared_ptr.h || die
epatch "${PATCHES[@]}"
cmake-utils_src_prepare
perl_set_version
}

View File

@@ -31,7 +31,7 @@ src_prepare() {
sed \
-e '/__GNUC__/s:== 4:>= 4:g' \
-i include/openbabel/shared_ptr.h || die
default
cmake-utils_src_prepare
perl_set_version
}