diff options
Diffstat (limited to 'media-gfx/photoprint')
-rw-r--r-- | media-gfx/photoprint/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/photoprint/photoprint-0.4.2_pre2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/photoprint/ChangeLog b/media-gfx/photoprint/ChangeLog index a828f5db4153..46e43ce237af 100644 --- a/media-gfx/photoprint/ChangeLog +++ b/media-gfx/photoprint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/photoprint -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoprint/ChangeLog,v 1.2 2011/08/30 22:08:17 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoprint/ChangeLog,v 1.3 2012/05/05 07:00:23 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> photoprint-0.4.2_pre2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 30 Aug 2011; Tim Harder <radhermit@gentoo.org> photoprint-0.4.2_pre2.ebuild, +files/photoprint-0.4.2_pre2-tests.patch, diff --git a/media-gfx/photoprint/photoprint-0.4.2_pre2.ebuild b/media-gfx/photoprint/photoprint-0.4.2_pre2.ebuild index 887240a8d3c4..4b3239bb83aa 100644 --- a/media-gfx/photoprint/photoprint-0.4.2_pre2.ebuild +++ b/media-gfx/photoprint/photoprint-0.4.2_pre2.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-gfx/photoprint/photoprint-0.4.2_pre2.ebuild,v 1.2 2011/08/30 22:08:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoprint/photoprint-0.4.2_pre2.ebuild,v 1.3 2012/05/05 07:00:23 jdhore Exp $ EAPI=4 @@ -28,7 +28,7 @@ RDEPEND="cups? ( net-print/cups ) x11-proto/xproto" DEPEND="${RDEPEND} sys-devel/gettext - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${MY_P}" |