diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-02 18:31:45 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-02 18:31:45 +0000 |
commit | 4c9295f36a52d1b9baab08555e2b01c9419d0f0d (patch) | |
tree | d35163cd3bbb28287360bfc71972cc048ac14994 /eclass/gkrellm-plugin.eclass | |
parent | add live-ebuild (diff) | |
download | gentoo-2-4c9295f36a52d1b9baab08555e2b01c9419d0f0d.tar.gz gentoo-2-4c9295f36a52d1b9baab08555e2b01c9419d0f0d.tar.bz2 gentoo-2-4c9295f36a52d1b9baab08555e2b01c9419d0f0d.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Diffstat (limited to 'eclass/gkrellm-plugin.eclass')
-rw-r--r-- | eclass/gkrellm-plugin.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gkrellm-plugin.eclass b/eclass/gkrellm-plugin.eclass index 03f689220465..7032564c13da 100644 --- a/eclass/gkrellm-plugin.eclass +++ b/eclass/gkrellm-plugin.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gkrellm-plugin.eclass,v 1.3 2007/04/23 19:35:05 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gkrellm-plugin.eclass,v 1.4 2012/05/02 18:31:42 jdhore Exp $ # # Original Author: Jim Ramsay <lack@gentoo.org> @@ -41,7 +41,7 @@ inherit multilib eutils RDEPEND="=app-admin/gkrellm-2*" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" gkrellm-plugin_dir() { echo /usr/$(get_libdir)/gkrellm2/plugins |