diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 20:00:41 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 20:00:41 +0000 |
commit | c944e39aadef9fdf4757dae388e106e069771efd (patch) | |
tree | 67d9dba7373c91ddea38b00006fa5b5a3c2f922c /app-office/abiword | |
parent | Create patchset tarball because of the valgrind patch filesize. (diff) | |
download | gentoo-2-c944e39aadef9fdf4757dae388e106e069771efd.tar.gz gentoo-2-c944e39aadef9fdf4757dae388e106e069771efd.tar.bz2 gentoo-2-c944e39aadef9fdf4757dae388e106e069771efd.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-office/abiword')
-rw-r--r-- | app-office/abiword/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.8.6-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index e29ae769b7dd..d10e4dd70f36 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/abiword # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.258 2012/04/20 17:35:20 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.259 2012/05/03 20:00:39 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> abiword-2.8.6-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 20 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org> files/abiword-2.8.6-glib-2.31.patch: diff --git a/app-office/abiword/abiword-2.8.6-r2.ebuild b/app-office/abiword/abiword-2.8.6-r2.ebuild index 943c73e16905..93dc56a68672 100644 --- a/app-office/abiword/abiword-2.8.6-r2.ebuild +++ b/app-office/abiword/abiword-2.8.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r2.ebuild,v 1.7 2012/04/08 01:57:38 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6-r2.ebuild,v 1.8 2012/05/03 20:00:39 jdhore Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -62,7 +62,7 @@ RDEPEND=" # svg? ( >=gnome-base/librsvg-2 ) DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9 + virtual/pkgconfig collab? ( dev-cpp/asio )" pkg_setup() { |