diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-13 19:36:29 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-13 19:36:29 +0000 |
commit | d6f7a178bed5ce56ef663684380e892850c3c61c (patch) | |
tree | 5f2b1b19cbe92370dacb0993f050a50768fd3bb2 /app-office/calligra/calligra-9999.ebuild | |
parent | Add support for fdk-aac encoder (diff) | |
download | historical-d6f7a178bed5ce56ef663684380e892850c3c61c.tar.gz historical-d6f7a178bed5ce56ef663684380e892850c3c61c.tar.bz2 historical-d6f7a178bed5ce56ef663684380e892850c3c61c.zip |
Use proper name on the build passing. Does not affect anything but is at least correct.
Package-Manager: portage-2.2.0_alpha125/cvs/Linux x86_64
Diffstat (limited to 'app-office/calligra/calligra-9999.ebuild')
-rw-r--r-- | app-office/calligra/calligra-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index ed7dcbb73d57..bab878d6ab62 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-9999.ebuild,v 1.29 2012/08/30 11:30:45 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-9999.ebuild,v 1.30 2012/09/13 19:36:29 scarabeus Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt @@ -189,7 +189,7 @@ src_configure() { $(cmake-utils_use_with lcms LCMS2) $(cmake-utils_use_with marble Marble) $(cmake-utils_use_with mysql MySQL) - $(cmake-utils_use_build mysql) + $(cmake-utils_use_build mysql mySQL) $(cmake-utils_use_with okular Okular) $(cmake-utils_use_with opengtl OpenCTL) $(cmake-utils_use_with openexr OpenEXR) |