diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 07:11:35 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 07:11:35 +0000 |
commit | 5e796c7d9c3988ba8d4919647c435e172d24e0a4 (patch) | |
tree | ef2357e83dbad3c1759626c534639c05f7d77575 /x11-terms/tilda/tilda-0.9.6.ebuild | |
parent | Fix build failure with USE=-gstreamer (bug #412221, thanks to Paweł Rumian). (diff) | |
download | gentoo-2-5e796c7d9c3988ba8d4919647c435e172d24e0a4.tar.gz gentoo-2-5e796c7d9c3988ba8d4919647c435e172d24e0a4.tar.bz2 gentoo-2-5e796c7d9c3988ba8d4919647c435e172d24e0a4.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'x11-terms/tilda/tilda-0.9.6.ebuild')
-rw-r--r-- | x11-terms/tilda/tilda-0.9.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-terms/tilda/tilda-0.9.6.ebuild b/x11-terms/tilda/tilda-0.9.6.ebuild index eba19ea80f83..4ad262627ebc 100644 --- a/x11-terms/tilda/tilda-0.9.6.ebuild +++ b/x11-terms/tilda/tilda-0.9.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/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.8 2011/03/23 06:21:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.9 2012/05/03 07:11:35 jdhore Exp $ EAPI=2 inherit eutils @@ -19,7 +19,7 @@ RDEPEND="x11-libs/vte:0 dev-libs/confuse gnome-base/libglade" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${PN}-0.9.6-gdk_resources.patch |