summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2013-02-14 21:55:47 +0000
committerChris Reffett <creffett@gentoo.org>2013-02-14 21:55:47 +0000
commited6db56497e34d411bbd195584f10ca44f4ade33 (patch)
tree722feea548d3c2a583cdeb875bfd9a7589ffde03 /app-text/bibletime
parentStable for ppc64, wrt bug #457334 (diff)
downloadgentoo-2-ed6db56497e34d411bbd195584f10ca44f4ade33.tar.gz
gentoo-2-ed6db56497e34d411bbd195584f10ca44f4ade33.tar.bz2
gentoo-2-ed6db56497e34d411bbd195584f10ca44f4ade33.zip
Bump EAPI, add subslot dep on icu wrt bug 455900.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'app-text/bibletime')
-rw-r--r--app-text/bibletime/ChangeLog7
-rw-r--r--app-text/bibletime/bibletime-2.9.1.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/app-text/bibletime/ChangeLog b/app-text/bibletime/ChangeLog
index 295132a30817..50ae6f62ac84 100644
--- a/app-text/bibletime/ChangeLog
+++ b/app-text/bibletime/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/bibletime
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.67 2012/10/01 11:33:28 johu Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.68 2013/02/14 21:55:47 creffett Exp $
+
+ 14 Feb 2013; Chris Reffett <creffett@gentoo.org> bibletime-2.9.1.ebuild:
+ Bump EAPI, add subslot dep on icu wrt bug 455900.
01 Oct 2012; Johannes Huber <johu@gentoo.org> -bibletime-2.3.3.ebuild:
Remove old.
diff --git a/app-text/bibletime/bibletime-2.9.1.ebuild b/app-text/bibletime/bibletime-2.9.1.ebuild
index fa3e589fe1d3..8969f1c59e1d 100644
--- a/app-text/bibletime/bibletime-2.9.1.ebuild
+++ b/app-text/bibletime/bibletime-2.9.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-2.9.1.ebuild,v 1.5 2012/09/08 11:20:47 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-2.9.1.ebuild,v 1.6 2013/02/14 21:55:47 creffett Exp $
-EAPI=4
+EAPI=5
inherit cmake-utils
DESCRIPTION="Qt4 Bible study application using the SWORD library."
@@ -27,7 +27,7 @@ RDEPEND="
DEPEND="
${RDEPEND}
dev-libs/boost
- dev-libs/icu
+ dev-libs/icu:=
net-misc/curl
sys-libs/zlib
x11-libs/qt-test:4"