diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-03-20 08:31:44 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-03-20 08:31:44 +0000 |
commit | a83af045fa33a9708ca499b5b571a66836839184 (patch) | |
tree | 9e0885835382157e72bde88bfd1f254e671ac958 /app-office | |
parent | Stable for amd64, wrt bug #408675 (diff) | |
download | gentoo-2-a83af045fa33a9708ca499b5b571a66836839184.tar.gz gentoo-2-a83af045fa33a9708ca499b5b571a66836839184.tar.bz2 gentoo-2-a83af045fa33a9708ca499b5b571a66836839184.zip |
Require semantic-desktop for plan, bug 405939
(Portage version: 2.1.10.49/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.87.ebuild | 6 | ||||
-rw-r--r-- | app-office/calligra/calligra-9999.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-office/calligra/ChangeLog b/app-office/calligra/ChangeLog index dc3c2d6edd63..653396cf7831 100644 --- a/app-office/calligra/ChangeLog +++ b/app-office/calligra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/calligra # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.24 2012/03/18 09:12:12 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.25 2012/03/20 08:31:42 dilfridge Exp $ + + 20 Mar 2012; Andreas K. Huettel <dilfridge@gentoo.org> + calligra-2.3.87.ebuild, calligra-9999.ebuild: + Require semantic-desktop for plan, bug 405939 18 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> -files/calligra-2.3.85-asneeded.patch: diff --git a/app-office/calligra/calligra-2.3.87.ebuild b/app-office/calligra/calligra-2.3.87.ebuild index ad0302e13a00..5d0ecfe33e02 100644 --- a/app-office/calligra/calligra-2.3.87.ebuild +++ b/app-office/calligra/calligra-2.3.87.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.3.87.ebuild,v 1.4 2012/02/24 22:01:56 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.3.87.ebuild,v 1.5 2012/03/20 08:31:42 dilfridge Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt @@ -40,7 +40,7 @@ REQUIRED_USE=" calligra_features_kexi? ( calligra_features_tables ) calligra_features_words? ( calligra_features_tables ) calligra_features_krita? ( eigen exif lcms ) - calligra_features_plan? ( kdepim ) + calligra_features_plan? ( kdepim semantic-desktop ) calligra_features_tables? ( eigen ) test? ( calligra_features_karbon ) " @@ -94,7 +94,7 @@ RDEPEND=" dev-db/postgresql-base =dev-libs/libpqxx-3* ) - semantic-desktop? ( dev-libs/soprano ) + semantic-desktop? ( dev-libs/soprano $(add_kdebase_dep kdelibs semantic-desktop) ) ssl? ( dev-libs/openssl ) sybase? ( dev-db/freetds ) tiff? ( media-libs/tiff ) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index e7b13ef08a58..0efecf3a7850 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.9 2012/02/24 22:01:56 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-9999.ebuild,v 1.10 2012/03/20 08:31:44 dilfridge Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt @@ -40,7 +40,7 @@ REQUIRED_USE=" calligra_features_kexi? ( calligra_features_tables ) calligra_features_words? ( calligra_features_tables ) calligra_features_krita? ( eigen exif lcms ) - calligra_features_plan? ( kdepim ) + calligra_features_plan? ( kdepim semantic-desktop ) calligra_features_tables? ( eigen ) test? ( calligra_features_karbon ) " @@ -94,7 +94,7 @@ RDEPEND=" dev-db/postgresql-base =dev-libs/libpqxx-3* ) - semantic-desktop? ( dev-libs/soprano ) + semantic-desktop? ( dev-libs/soprano $(add_kdebase_dep kdelibs semantic-desktop) ) ssl? ( dev-libs/openssl ) sybase? ( dev-db/freetds ) tiff? ( media-libs/tiff ) |