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 | 7dec0ddc022ad4d74a1f10c0f17309a033c6a42c (patch) | |
tree | 16c51155ee107cde253f5bbf31cfb696089cd0dd /eclass/gtk-sharp-module.eclass | |
parent | add live-ebuild (diff) | |
download | historical-7dec0ddc022ad4d74a1f10c0f17309a033c6a42c.tar.gz historical-7dec0ddc022ad4d74a1f10c0f17309a033c6a42c.tar.bz2 historical-7dec0ddc022ad4d74a1f10c0f17309a033c6a42c.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Diffstat (limited to 'eclass/gtk-sharp-module.eclass')
-rw-r--r-- | eclass/gtk-sharp-module.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index 41fc8cd6e0f7..40c26e1cc4b7 100644 --- a/eclass/gtk-sharp-module.eclass +++ b/eclass/gtk-sharp-module.eclass @@ -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/eclass/gtk-sharp-module.eclass,v 1.34 2011/11/24 00:04:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.35 2012/05/02 18:31:42 jdhore Exp $ # @ECLASS: gtk-sharp-module.eclass # @MAINTAINER: @@ -264,7 +264,7 @@ LICENSE="LGPL-2.1" add_depend ">=dev-lang/mono-2.0.1" add_bdepend ">=sys-apps/sed-4" -add_bdepend ">=dev-util/pkgconfig-0.23" +add_bdepend "virtual/pkgconfig" add_bdepend ">=app-shells/bash-3.1" IUSE="debug" |