diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 05:38:12 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 05:38:12 +0000 |
commit | f17b3997b22c489154a17b4e264a7eaf28b53130 (patch) | |
tree | 1b9f782f28b538fbe652282cd202c9b54e34a16f /gnome-base/libgnomeprintui | |
parent | Forward port USE=iptables and USE=ipv6 support to newer verisons #414661 by M... (diff) | |
download | gentoo-2-f17b3997b22c489154a17b4e264a7eaf28b53130.tar.gz gentoo-2-f17b3997b22c489154a17b4e264a7eaf28b53130.tar.bz2 gentoo-2-f17b3997b22c489154a17b4e264a7eaf28b53130.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'gnome-base/libgnomeprintui')
-rw-r--r-- | gnome-base/libgnomeprintui/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gnome-base/libgnomeprintui/ChangeLog b/gnome-base/libgnomeprintui/ChangeLog index 0498292b5ba0..72dbac2cc990 100644 --- a/gnome-base/libgnomeprintui/ChangeLog +++ b/gnome-base/libgnomeprintui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/libgnomeprintui -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.176 2011/10/02 20:47:39 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.177 2012/05/05 05:38:11 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> libgnomeprintui-2.18.6.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 02 Oct 2011; Pacho Ramos <pacho@gentoo.org> -libgnomeprintui-2.18.5.ebuild, libgnomeprintui-2.18.6.ebuild: diff --git a/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild b/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild index 7c5decabd807..385c4cdb3847 100644 --- a/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild +++ b/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.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/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild,v 1.8 2011/10/02 20:47:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild,v 1.9 2012/05/05 05:38:11 jdhore Exp $ EAPI="3" GCONF_DEBUG="no" @@ -21,7 +21,7 @@ RDEPEND=">=x11-libs/gtk+-2.6:2 >=x11-themes/gnome-icon-theme-1.1.92" DEPEND="${RDEPEND} sys-devel/gettext - >=dev-util/pkgconfig-0.9 + virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1 )" pkg_setup() { |