diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:44:59 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:44:59 +0000 |
commit | 0a7b7c92509dbd144d3525c9dab77c40e2e56767 (patch) | |
tree | 5d99885064c9b30111919024d8ca6d48e1c7564e /dev-cpp/gnome-vfsmm | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-0a7b7c92509dbd144d3525c9dab77c40e2e56767.tar.gz historical-0a7b7c92509dbd144d3525c9dab77c40e2e56767.tar.bz2 historical-0a7b7c92509dbd144d3525c9dab77c40e2e56767.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'dev-cpp/gnome-vfsmm')
-rw-r--r-- | dev-cpp/gnome-vfsmm/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/gnome-vfsmm/ChangeLog b/dev-cpp/gnome-vfsmm/ChangeLog index c85b77d602a2..6389b9ee77f1 100644 --- a/dev-cpp/gnome-vfsmm/ChangeLog +++ b/dev-cpp/gnome-vfsmm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gnome-vfsmm -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.72 2011/01/24 17:04:49 eva Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.73 2012/05/04 03:44:56 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gnome-vfsmm-2.26.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> -gnome-vfsmm-2.18.0.ebuild, -gnome-vfsmm-2.22.0.ebuild: diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0.ebuild index a0745b5dc597..f90a22b6abdb 100644 --- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0.ebuild +++ b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0.ebuild,v 1.7 2011/01/04 18:16:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.26.0.ebuild,v 1.8 2012/05/04 03:44:56 jdhore Exp $ inherit gnome2 @@ -15,7 +15,7 @@ IUSE="doc examples" # glibmm dep is because build fails with older versions... RDEPEND=">=gnome-base/gnome-vfs-2.8.1 >=dev-cpp/glibmm-2.12" -DEPEND=">=dev-util/pkgconfig-0.12.0 +DEPEND="virtual/pkgconfig doc? ( app-doc/doxygen ) ${RDEPEND}" |