diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-04-24 17:24:12 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-04-24 17:24:12 +0000 |
commit | da6e7b7c091ee30ac75a673f86ce458bd9486f4b (patch) | |
tree | 139c5c09c5ac59aefbecc4a6911ca2b2566c89d6 /app-office/abiword | |
parent | Move the old ebuild revision to proper slot. (diff) | |
download | gentoo-2-da6e7b7c091ee30ac75a673f86ce458bd9486f4b.tar.gz gentoo-2-da6e7b7c091ee30ac75a673f86ce458bd9486f4b.tar.bz2 gentoo-2-da6e7b7c091ee30ac75a673f86ce458bd9486f4b.zip |
Use slotted revisions of libwpd and libwpg.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-office/abiword')
-rw-r--r-- | app-office/abiword/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.8.6-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index ce1cf4c1cf9b..ae7a2bb46e0a 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/abiword # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.243 2011/04/15 12:02:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.244 2011/04/24 17:24:12 eva Exp $ + + 24 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> abiword-2.8.6-r1.ebuild: + Use slotted revisions of libwpd and libwpg. 15 Apr 2011; Pacho Ramos <pacho@gentoo.org> abiword-2.8.6-r1.ebuild: Needs app-text/libwpd:0 diff --git a/app-office/abiword/abiword-2.8.6-r1.ebuild b/app-office/abiword/abiword-2.8.6-r1.ebuild index 2906da5cc47f..874d87ec3cd6 100644 --- a/app-office/abiword/abiword-2.8.6-r1.ebuild +++ b/app-office/abiword/abiword-2.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6-r1.ebuild,v 1.8 2011/04/15 12:02:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6-r1.ebuild,v 1.9 2011/04/24 17:24:12 eva Exp $ EAPI="3" @@ -48,8 +48,8 @@ RDEPEND=" readline? ( sys-libs/readline ) thesaurus? ( >=app-text/aiksaurus-1.2[gtk] ) wordperfect? ( - >=app-text/libwpd-0.8:0 - >=media-libs/libwpg-0.1 ) + app-text/libwpd:0.8 + media-libs/libwpg:0.1 ) wmf? ( >=media-libs/libwmf-0.2.8 ) ) spell? ( >=app-text/enchant-1.2 ) |