diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-04 14:51:02 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-04 14:51:02 +0000 |
commit | 5375d7b1c5cf4f6c38f5477f596cfd5bc858ea00 (patch) | |
tree | bdfff1c8c23affb41ce9dcc2d813bbe8780ed61b /eclass | |
parent | Version bumped. (diff) | |
download | historical-5375d7b1c5cf4f6c38f5477f596cfd5bc858ea00.tar.gz historical-5375d7b1c5cf4f6c38f5477f596cfd5bc858ea00.tar.bz2 historical-5375d7b1c5cf4f6c38f5477f596cfd5bc858ea00.zip |
Added automoc to the kde4-base eclass DEPEND list.
Fixes bug #239526. Thanks to Andreas Eckstein for the reporting.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index dd1dde7b29e0..21a5e7db89df 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -1,6 +1,6 @@ # Copyright 2007-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.13 2008/10/02 06:49:02 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.14 2008/10/04 14:51:02 jmbsvicetto Exp $ # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -101,6 +101,7 @@ esac # Set the common dependencies DEPEND="${DEPEND} ${COMMONDEPEND} ${CMAKEDEPEND} dev-util/pkgconfig + kde-base/automoc x11-libs/libXt x11-proto/xf86vidmodeproto" RDEPEND="${RDEPEND} ${COMMONDEPEND}" |