diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 04:53:54 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 04:53:54 +0000 |
commit | 32f901062fd52de9e9c0015e9df78baa7ad88805 (patch) | |
tree | f738f2e0eda6fda4dfaf576d3c181cf3134eb5ae /x11-misc/gtk2fontsel | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-32f901062fd52de9e9c0015e9df78baa7ad88805.tar.gz gentoo-2-32f901062fd52de9e9c0015e9df78baa7ad88805.tar.bz2 gentoo-2-32f901062fd52de9e9c0015e9df78baa7ad88805.zip |
dev-util/pkgconifg -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'x11-misc/gtk2fontsel')
-rw-r--r-- | x11-misc/gtk2fontsel/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/gtk2fontsel/ChangeLog b/x11-misc/gtk2fontsel/ChangeLog index e3d509cb4de6..ed14b7dbe203 100644 --- a/x11-misc/gtk2fontsel/ChangeLog +++ b/x11-misc/gtk2fontsel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/gtk2fontsel -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtk2fontsel/ChangeLog,v 1.1 2010/07/21 19:20:51 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtk2fontsel/ChangeLog,v 1.2 2012/05/05 04:53:52 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> gtk2fontsel-0.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *gtk2fontsel-0.1 (21 Jul 2010) diff --git a/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild b/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild index 74f8bffe569f..fb6a7bfa19e1 100644 --- a/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild +++ b/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild,v 1.1 2010/07/21 19:20:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild,v 1.2 2012/05/05 04:53:52 jdhore Exp $ EAPI=2 @@ -15,7 +15,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die |