diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-05-02 17:09:17 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-05-02 17:09:17 +0000 |
commit | 8ab132cc21752f62529659571e3073ebeb896a8e (patch) | |
tree | 6a8d317ce51c6089dae6d2d13bc071bd2ff19c72 /eclass | |
parent | Add myself as a co-maintainer. (diff) | |
download | gentoo-2-8ab132cc21752f62529659571e3073ebeb896a8e.tar.gz gentoo-2-8ab132cc21752f62529659571e3073ebeb896a8e.tar.bz2 gentoo-2-8ab132cc21752f62529659571e3073ebeb896a8e.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/qt4-build.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 15c97f5884eb..1b320f4750e1 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.230 2012/04/30 09:51:00 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.231 2012/05/02 17:09:17 pesa Exp $ + + 02 May 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: + dev-util/pkgconfig -> virtual/pkgconfig 30 Apr 2012; Krzysztof Pawlik <nelchael@gentoo.org> python-distutils-ng.eclass: diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index e27f19b0a079..9909c1db4f0c 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -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/eclass/qt4-build.eclass,v 1.126 2012/04/25 17:43:50 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.127 2012/05/02 17:09:17 pesa Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -48,7 +48,7 @@ if version_is_at_least 4.8; then IUSE+=" c++0x qpa" fi -DEPEND="dev-util/pkgconfig" +DEPEND="virtual/pkgconfig" if [[ ${QT4_BUILD_TYPE} == live ]]; then DEPEND+=" dev-lang/perl" fi |