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/go-mono.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/go-mono.eclass')
-rw-r--r-- | eclass/go-mono.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/go-mono.eclass b/eclass/go-mono.eclass index 7e368899276e..7af1e08df25c 100644 --- a/eclass/go-mono.eclass +++ b/eclass/go-mono.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/go-mono.eclass,v 1.13 2011/11/24 00:04:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.14 2012/05/02 18:31:42 jdhore Exp $ # @ECLASS: go-mono.eclass # @MAINTAINER: @@ -65,7 +65,7 @@ then fi DEPEND="${DEPEND} - >=dev-util/pkgconfig-0.23 + virtual/pkgconfig userland_GNU? ( >=sys-apps/findutils-4.4.0 )" # @FUNCTION: go-mono_src_unpack |