diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-15 20:47:47 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-15 20:47:47 +0000 |
commit | 5294b7150496203d261e12ee45e78f3afd825f6c (patch) | |
tree | 21b342db15bc37e5aec6bd8e061dfab77c2eb500 | |
parent | Fix library installation (#400623), underlinking, build with latest automake,... (diff) | |
download | gentoo-2-5294b7150496203d261e12ee45e78f3afd825f6c.tar.gz gentoo-2-5294b7150496203d261e12ee45e78f3afd825f6c.tar.bz2 gentoo-2-5294b7150496203d261e12ee45e78f3afd825f6c.zip |
DEPEND on fixed ots letting the plugin to compile (#488140 by croutch)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | app-office/abiword/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/abiword/abiword-3.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 7e5d40eb7c55..102ccaee30d5 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/abiword # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.264 2013/10/14 21:00:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.265 2013/10/15 20:47:47 pacho Exp $ + + 15 Oct 2013; Pacho Ramos <pacho@gentoo.org> abiword-3.0.0.ebuild: + DEPEND on fixed ots letting the plugin to compile (#488140 by croutch) 14 Oct 2013; Pacho Ramos <pacho@gentoo.org> abiword-3.0.0.ebuild, metadata.xml: diff --git a/app-office/abiword/abiword-3.0.0.ebuild b/app-office/abiword/abiword-3.0.0.ebuild index d4c25b33b98b..07511e8c119d 100644 --- a/app-office/abiword/abiword-3.0.0.ebuild +++ b/app-office/abiword/abiword-3.0.0.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/abiword/abiword-3.0.0.ebuild,v 1.2 2013/10/14 21:00:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0.ebuild,v 1.3 2013/10/15 20:47:47 pacho Exp $ EAPI=5 GCONF_DEBUG="yes" @@ -47,7 +47,7 @@ RDEPEND=" grammar? ( >=dev-libs/link-grammar-4.2.1 ) latex? ( dev-libs/libxslt ) math? ( >=x11-libs/gtkmathview-0.7.5 ) - ots? ( >=app-text/ots-0.5 ) + ots? ( >=app-text/ots-0.5-r1 ) readline? ( sys-libs/readline ) thesaurus? ( >=app-text/aiksaurus-1.2[gtk] ) wordperfect? ( |