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/gpe.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/gpe.eclass')
-rw-r--r-- | eclass/gpe.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gpe.eclass b/eclass/gpe.eclass index 9778fcf45f63..76ad68784358 100644 --- a/eclass/gpe.eclass +++ b/eclass/gpe.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/gpe.eclass,v 1.3 2011/08/22 04:46:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gpe.eclass,v 1.4 2012/05/02 18:31:42 jdhore Exp $ # @ECLASS: gpe.eclass # @MAINTAINER: @@ -48,7 +48,7 @@ GPECONF="${GPECONF} --enable-debug=no --disable-debug" RDEPEND="" DEPEND=" >=dev-util/intltool-0.29 - >=dev-util/pkgconfig-0.12.0" + virtual/pkgconfig" # @FUNCTION: gpe_src_unpack # @DESCRIPTION: |