diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-08-28 16:03:05 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-08-28 16:03:05 +0000 |
commit | da0715f5c9338a8e3e55583284c98b774b1e7100 (patch) | |
tree | f48952cb3c5f990c2101da3185c0b8289bedf378 /app-office/calligra | |
parent | Drop extensions usedep from sqlite dep; sqlite is dropping the use flag. (diff) | |
download | gentoo-2-da0715f5c9338a8e3e55583284c98b774b1e7100.tar.gz gentoo-2-da0715f5c9338a8e3e55583284c98b774b1e7100.tar.bz2 gentoo-2-da0715f5c9338a8e3e55583284c98b774b1e7100.zip |
sqlite is dropping the extensions use flag.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-office/calligra')
-rw-r--r-- | app-office/calligra/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/calligra/calligra-2.6.4.ebuild | 4 | ||||
-rw-r--r-- | app-office/calligra/calligra-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-office/calligra/ChangeLog b/app-office/calligra/ChangeLog index 80a3c9b9efec..e66625ce869c 100644 --- a/app-office/calligra/ChangeLog +++ b/app-office/calligra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/calligra # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.94 2013/08/06 07:47:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.95 2013/08/28 16:03:05 floppym Exp $ + + 28 Aug 2013; Mike Gilbert <floppym@gentoo.org> calligra-2.6.4.ebuild, + calligra-9999.ebuild: + sqlite is dropping the extensions use flag. 06 Aug 2013; Michael Palimaka <kensington@gentoo.org> calligra-2.6.4.ebuild, calligra-9999.ebuild: diff --git a/app-office/calligra/calligra-2.6.4.ebuild b/app-office/calligra/calligra-2.6.4.ebuild index 1c83520ce05a..c013f5ad075d 100644 --- a/app-office/calligra/calligra-2.6.4.ebuild +++ b/app-office/calligra/calligra-2.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.6.4.ebuild,v 1.5 2013/08/06 07:47:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.6.4.ebuild,v 1.6 2013/08/28 16:03:05 floppym Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt @@ -130,7 +130,7 @@ RDEPEND=" xbase? ( dev-db/xbase ) xslt? ( dev-libs/libxslt ) calligra_features_kexi? ( - >=dev-db/sqlite-3.7.9:3[extensions] + >=dev-db/sqlite-3.7.9:3[extensions(+)] dev-libs/icu:= ) " diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index c13417203a5d..8c8c6ccd333c 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.39 2013/08/06 07:47:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-9999.ebuild,v 1.40 2013/08/28 16:03:05 floppym Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt @@ -130,7 +130,7 @@ RDEPEND=" xbase? ( dev-db/xbase ) xslt? ( dev-libs/libxslt ) calligra_features_kexi? ( - >=dev-db/sqlite-3.7.9:3[extensions] + >=dev-db/sqlite-3.7.9:3[extensions(+)] dev-libs/icu:= ) " |