diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 03:54:07 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 03:54:07 +0000 |
commit | 10887ce9655575038840e8830fa33918b72bbc7c (patch) | |
tree | dc73e52f13f0a758c2f2f44c49b01843adca5c71 /net-dialup/gtk-imonc | |
parent | Fix building against dev-libs/glib-2.32 by Derk W te Bokkel (bug #414389). (diff) | |
download | historical-10887ce9655575038840e8830fa33918b72bbc7c.tar.gz historical-10887ce9655575038840e8830fa33918b72bbc7c.tar.bz2 historical-10887ce9655575038840e8830fa33918b72bbc7c.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'net-dialup/gtk-imonc')
-rw-r--r-- | net-dialup/gtk-imonc/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dialup/gtk-imonc/ChangeLog b/net-dialup/gtk-imonc/ChangeLog index 61dfed2da091..a68d844b495d 100644 --- a/net-dialup/gtk-imonc/ChangeLog +++ b/net-dialup/gtk-imonc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/gtk-imonc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtk-imonc/ChangeLog,v 1.10 2011/03/29 11:57:59 angelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtk-imonc/ChangeLog,v 1.11 2012/05/03 03:54:07 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> gtk-imonc-0.6.4.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 29 Mar 2011; Christoph Mende <angelos@gentoo.org> gtk-imonc-0.6.4.1.ebuild: Fixed slot deps diff --git a/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild b/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild index 1cfa09f1acc5..d8c1b89ae2d7 100644 --- a/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild +++ b/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.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/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild,v 1.6 2011/03/29 11:57:59 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild,v 1.7 2012/05/03 03:54:07 jdhore Exp $ EAPI=1 inherit eutils @@ -16,7 +16,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12" + virtual/pkgconfig" src_install() { make DESTDIR="${D}" install || die "install problem" |