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 | 5bed84b57f06c1977782b395e3c41a7914b46b8c (patch) | |
tree | e493b1314b2654bd7094c169aa07ad7d24fc8cc1 /app-office/abiword | |
parent | New glibc now includes nss-db again, so block the new glibc here, and block n... (diff) | |
download | historical-5bed84b57f06c1977782b395e3c41a7914b46b8c.tar.gz historical-5bed84b57f06c1977782b395e3c41a7914b46b8c.tar.bz2 historical-5bed84b57f06c1977782b395e3c41a7914b46b8c.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-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() { |