diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-01-26 21:21:14 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-01-26 21:21:14 +0000 |
commit | bd9f9cc07aa61fec27b5c1e2aa385d44d1c8a59e (patch) | |
tree | de6fdbc3e9cd7ff3b383b2f1bc604a24f66085e7 /app-office/abiword | |
parent | Version bump, bug 310419. Drop old. (diff) | |
download | gentoo-2-bd9f9cc07aa61fec27b5c1e2aa385d44d1c8a59e.tar.gz gentoo-2-bd9f9cc07aa61fec27b5c1e2aa385d44d1c8a59e.tar.bz2 gentoo-2-bd9f9cc07aa61fec27b5c1e2aa385d44d1c8a59e.zip |
Fix asio DEPEND (bug #343469 by Pablo Cholaky).
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'app-office/abiword')
-rw-r--r-- | app-office/abiword/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.8.6.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 9614b966f06a..1a393281c228 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/abiword -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.230 2010/11/08 22:47:31 eva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.231 2011/01/26 21:21:14 pacho Exp $ + + 26 Jan 2011; Pacho Ramos <pacho@gentoo.org> abiword-2.8.6.ebuild: + Fix asio DEPEND (bug #343469 by Pablo Cholaky). 08 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> abiword-2.8.6.ebuild: Allow use of alternate jpeg implementation. diff --git a/app-office/abiword/abiword-2.8.6.ebuild b/app-office/abiword/abiword-2.8.6.ebuild index bb792763ca23..4b4d7bdfa0f4 100644 --- a/app-office/abiword/abiword-2.8.6.ebuild +++ b/app-office/abiword/abiword-2.8.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.ebuild,v 1.12 2010/11/08 22:47:31 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild,v 1.13 2011/01/26 21:21:14 pacho Exp $ EAPI="3" @@ -61,8 +61,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9 - plugins? ( - collab? ( dev-cpp/asio ) )" + collab? ( dev-cpp/asio )" pkg_setup() { # do not enable gnome-vfs |