diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 04:10:07 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 04:10:07 +0000 |
commit | 72ba9106fa28d2618980bddeea314cba82256a53 (patch) | |
tree | 20af3b1843f83f88ec1c794f8e3f9167c5e755a7 /x11-themes/gtk-engines-candido | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-72ba9106fa28d2618980bddeea314cba82256a53.tar.gz gentoo-2-72ba9106fa28d2618980bddeea314cba82256a53.tar.bz2 gentoo-2-72ba9106fa28d2618980bddeea314cba82256a53.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'x11-themes/gtk-engines-candido')
-rw-r--r-- | x11-themes/gtk-engines-candido/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-themes/gtk-engines-candido/ChangeLog b/x11-themes/gtk-engines-candido/ChangeLog index 62c419f90dfd..168a434579f3 100644 --- a/x11-themes/gtk-engines-candido/ChangeLog +++ b/x11-themes/gtk-engines-candido/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-candido # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/ChangeLog,v 1.6 2012/04/20 11:06:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/ChangeLog,v 1.7 2012/05/05 04:10:05 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> + gtk-engines-candido-0.9.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> gtk-engines-candido-0.9.1.ebuild, diff --git a/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild b/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild index e4c8afa1988a..8d11e133e2a0 100644 --- a/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild +++ b/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild,v 1.6 2012/04/20 11:07:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild,v 1.7 2012/05/05 04:10:05 jdhore Exp $ EAPI=4 inherit autotools eutils @@ -18,7 +18,7 @@ IUSE="" RDEPEND=">=x11-libs/gtk+-2.8:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_P} |