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 | |
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')
-rw-r--r-- | x11-terms/tilda/ChangeLog | 8 | ||||
-rw-r--r-- | x11-terms/tilda/tilda-0.9.5.ebuild | 6 | ||||
-rw-r--r-- | x11-terms/tilda/tilda-0.9.6.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-terms/tilda/ChangeLog b/x11-terms/tilda/ChangeLog index 2639071b6ca2..b083546e5735 100644 --- a/x11-terms/tilda/ChangeLog +++ b/x11-terms/tilda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-terms/tilda -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.24 2011/03/23 06:21:38 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.25 2012/05/03 07:11:34 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> tilda-0.9.5.ebuild, + tilda-0.9.6.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 23 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> tilda-0.9.5.ebuild, tilda-0.9.6.ebuild: diff --git a/x11-terms/tilda/tilda-0.9.5.ebuild b/x11-terms/tilda/tilda-0.9.5.ebuild index 7f9168d8dc82..5af79ae17dc8 100644 --- a/x11-terms/tilda/tilda-0.9.5.ebuild +++ b/x11-terms/tilda/tilda-0.9.5.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.5.ebuild,v 1.6 2011/03/23 06:21:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.5.ebuild,v 1.7 2012/05/03 07:11:34 jdhore Exp $ EAPI=2 @@ -17,7 +17,7 @@ RDEPEND="x11-libs/vte:0 >=dev-libs/glib-2.8.4 dev-libs/confuse" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die 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 |