diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-02-14 21:59:25 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-02-14 21:59:25 +0000 |
commit | b3134345de57f6f1b7acb17cf1fa6b3a37b41b93 (patch) | |
tree | fa2a3cfa7015855c111fa3e7b2c01e84788f521e /app-text | |
parent | Stable for ppc64, wrt bug #457428 (diff) | |
download | gentoo-2-b3134345de57f6f1b7acb17cf1fa6b3a37b41b93.tar.gz gentoo-2-b3134345de57f6f1b7acb17cf1fa6b3a37b41b93.tar.bz2 gentoo-2-b3134345de57f6f1b7acb17cf1fa6b3a37b41b93.zip |
EAPI bump, add icu subslot dep wrt bug 455900
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/sword/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/sword/sword-1.6.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-text/sword/ChangeLog b/app-text/sword/ChangeLog index 346ebfe50f35..79e2cf130fa1 100644 --- a/app-text/sword/ChangeLog +++ b/app-text/sword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sword -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.68 2012/09/16 19:00:59 dirtyepic Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.69 2013/02/14 21:59:25 creffett Exp $ + + 14 Feb 2013; Chris Reffett <creffett@gentoo.org> sword-1.6.2.ebuild: + EAPI bump, add icu subslot dep wrt bug 455900 17 Sep 2012; Ryan Hill <dirtyepic@gentoo.org> sword-1.6.2.ebuild, +files/sword-1.6.2-gcc47.patch: diff --git a/app-text/sword/sword-1.6.2.ebuild b/app-text/sword/sword-1.6.2.ebuild index eeada2e1f5bd..d103ad867339 100644 --- a/app-text/sword/sword-1.6.2.ebuild +++ b/app-text/sword/sword-1.6.2.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/sword/sword-1.6.2.ebuild,v 1.8 2012/09/16 19:00:59 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.6.2.ebuild,v 1.9 2013/02/14 21:59:25 creffett Exp $ -EAPI=4 +EAPI=5 inherit eutils flag-o-matic DESCRIPTION="Library for Bible reading software." @@ -16,7 +16,7 @@ IUSE="curl debug doc icu static-libs" RDEPEND="sys-libs/zlib curl? ( net-misc/curl ) - icu? ( dev-libs/icu )" + icu? ( dev-libs/icu:= )" DEPEND="${RDEPEND} virtual/pkgconfig" |