diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-02-08 15:37:09 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-02-08 15:37:09 +0000 |
commit | 456258033e67c77f23d846e607d9a3a10f9be2dd (patch) | |
tree | 13ac9fb3c4f5b2b248e4aa3d0de46dd1c4a423fa /app-office/calligra/calligra-2.5.5.ebuild | |
parent | upgrading keystone to 2012.2.3 for bug 456134, CVE-2013-0270 (diff) | |
download | gentoo-2-456258033e67c77f23d846e607d9a3a10f9be2dd.tar.gz gentoo-2-456258033e67c77f23d846e607d9a3a10f9be2dd.tar.bz2 gentoo-2-456258033e67c77f23d846e607d9a3a10f9be2dd.zip |
Migrate to EAPI 5 and add dev-libs/icu subslot dependency.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-office/calligra/calligra-2.5.5.ebuild')
-rw-r--r-- | app-office/calligra/calligra-2.5.5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-office/calligra/calligra-2.5.5.ebuild b/app-office/calligra/calligra-2.5.5.ebuild index 48c730c6aac3..740103b08cd5 100644 --- a/app-office/calligra/calligra-2.5.5.ebuild +++ b/app-office/calligra/calligra-2.5.5.ebuild @@ -1,16 +1,15 @@ # 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.5.5.ebuild,v 1.1 2013/01/25 09:34:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.5.5.ebuild,v 1.2 2013/02/08 15:37:09 kensington Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt # krita/CMakeLists.txt -EAPI=4 +EAPI=5 EGIT_BRANCH="calligra/2.5" -KDE_SCM=git KDE_MINIMAL=4.6.4 QT_MINIMAL=4.8.1 OPENGL_REQUIRED=optional @@ -132,7 +131,7 @@ RDEPEND=" xslt? ( dev-libs/libxslt ) calligra_features_kexi? ( >=dev-db/sqlite-3.7.9:3[extensions] - dev-libs/icu + dev-libs/icu:= ) " DEPEND="${RDEPEND}" |