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 | 67c1467e73567b68650c0a6b5e26e1678b24f7e8 (patch) | |
tree | 0505820f3ce8d4a700445dfe4469f1668668c2a8 /net-dialup/gtk-imonc | |
parent | Fix building against dev-libs/glib-2.32 by Derk W te Bokkel (bug #414389). (diff) | |
download | gentoo-2-67c1467e73567b68650c0a6b5e26e1678b24f7e8.tar.gz gentoo-2-67c1467e73567b68650c0a6b5e26e1678b24f7e8.tar.bz2 gentoo-2-67c1467e73567b68650c0a6b5e26e1678b24f7e8.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 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" |