diff options
author | 2011-08-22 21:48:07 +0000 | |
---|---|---|
committer | 2011-08-22 21:48:07 +0000 | |
commit | b085c11272947d4a4f06a3fc2ba94b675793b06a (patch) | |
tree | 862f632c10cb15b9de0a3df114c27fe55df408c3 /app-office | |
parent | Update calligra component descriptions (diff) | |
download | gentoo-2-b085c11272947d4a4f06a3fc2ba94b675793b06a.tar.gz gentoo-2-b085c11272947d4a4f06a3fc2ba94b675793b06a.tar.bz2 gentoo-2-b085c11272947d4a4f06a3fc2ba94b675793b06a.zip |
Require tables if we build kexi, bug 380227
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/calligra/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/calligra/calligra-2.3.74.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/calligra/ChangeLog b/app-office/calligra/ChangeLog index a5729f3fde61..d947117f3400 100644 --- a/app-office/calligra/ChangeLog +++ b/app-office/calligra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/calligra # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.4 2011/08/22 21:42:22 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.5 2011/08/22 21:48:07 dilfridge Exp $ + + 22 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> + calligra-2.3.74.ebuild: + Require tables if we build kexi, bug 380227 22 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> calligra-2.3.74.ebuild: diff --git a/app-office/calligra/calligra-2.3.74.ebuild b/app-office/calligra/calligra-2.3.74.ebuild index ffdcb87dc498..a9cd97a80f5d 100644 --- a/app-office/calligra/calligra-2.3.74.ebuild +++ b/app-office/calligra/calligra-2.3.74.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.3.74.ebuild,v 1.2 2011/08/22 21:42:22 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.3.74.ebuild,v 1.3 2011/08/22 21:48:07 dilfridge Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt @@ -35,9 +35,10 @@ done unset cal_ft REQUIRED_USE=" - calligra_features_tables? ( eigen ) + calligra_features_kexi? ( calligra_features_tables ) calligra_features_krita? ( eigen exif lcms ) calligra_features_plan? ( kdepim ) + calligra_features_tables? ( eigen ) " RDEPEND=" |