diff options
author | 2012-05-05 08:02:45 +0000 | |
---|---|---|
committer | 2012-05-05 08:02:45 +0000 | |
commit | ab229c0719c094cfe5e2e0e1e4e54c48d7739b57 (patch) | |
tree | a17982034d724a4b8ae4981f6d6f7742f3349b8a /media-libs/lensfun | |
parent | New separate gnome font viewer package, formerly part of gnome-extra/gnome-ut... (diff) | |
download | historical-ab229c0719c094cfe5e2e0e1e4e54c48d7739b57.tar.gz historical-ab229c0719c094cfe5e2e0e1e4e54c48d7739b57.tar.bz2 historical-ab229c0719c094cfe5e2e0e1e4e54c48d7739b57.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'media-libs/lensfun')
-rw-r--r-- | media-libs/lensfun/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/lensfun/lensfun-0.2.5-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/lensfun/ChangeLog b/media-libs/lensfun/ChangeLog index 3249149e5cd8..a8fc5a856796 100644 --- a/media-libs/lensfun/ChangeLog +++ b/media-libs/lensfun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/lensfun # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.40 2012/04/14 16:16:37 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.41 2012/05/05 08:02:45 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> lensfun-0.2.5-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *lensfun-0.2.5_p153 (14 Apr 2012) diff --git a/media-libs/lensfun/lensfun-0.2.5-r2.ebuild b/media-libs/lensfun/lensfun-0.2.5-r2.ebuild index 54da206a72fe..a30034bae3f4 100644 --- a/media-libs/lensfun/lensfun-0.2.5-r2.ebuild +++ b/media-libs/lensfun/lensfun-0.2.5-r2.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/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.12 2011/10/30 19:13:18 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.13 2012/05/05 08:02:45 jdhore Exp $ EAPI=2 inherit eutils python toolchain-funcs @@ -18,7 +18,7 @@ RDEPEND=">=dev-libs/glib-2 >=media-libs/libpng-1.2" DEPEND="${RDEPEND} || ( dev-lang/python:2.7 dev-lang/python:2.6 ) - dev-util/pkgconfig + virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.0 )" pkg_setup() { |