diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2012-06-23 22:44:01 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2012-06-23 22:44:01 +0000 |
commit | 0884e04fb27c2350ebeda9724f6a5abb8c1608d7 (patch) | |
tree | a39f0241fba8494c1cc1993d5da5d333945afe6d /app-office/calligra/calligra-2.4.2.ebuild | |
parent | Version bump. (diff) | |
download | historical-0884e04fb27c2350ebeda9724f6a5abb8c1608d7.tar.gz historical-0884e04fb27c2350ebeda9724f6a5abb8c1608d7.tar.bz2 historical-0884e04fb27c2350ebeda9724f6a5abb8c1608d7.zip |
Fix build with marble shape, remove old
Package-Manager: portage-2.2.0_alpha111/cvs/Linux x86_64
Diffstat (limited to 'app-office/calligra/calligra-2.4.2.ebuild')
-rw-r--r-- | app-office/calligra/calligra-2.4.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-office/calligra/calligra-2.4.2.ebuild b/app-office/calligra/calligra-2.4.2.ebuild index c983fe262c8b..0818627f2eab 100644 --- a/app-office/calligra/calligra-2.4.2.ebuild +++ b/app-office/calligra/calligra-2.4.2.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-2.4.2.ebuild,v 1.4 2012/06/06 13:39:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.4.2.ebuild,v 1.5 2012/06/23 22:44:01 dilfridge Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt @@ -121,6 +121,8 @@ PDEPEND=">=app-office/calligra-l10n-$(get_version_component_range 1-2)" RESTRICT=test # bug 394273 +PATCHES=( "${FILESDIR}/${PN}-2.4.2-marble.patch" ) + src_configure() { local cal_ft |