diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-03-26 21:55:09 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-03-26 21:55:09 +0000 |
commit | bbd60fb3043a0454e59068efa50740e52942a92f (patch) | |
tree | 72368de6efb61505e958c313606ada77d303eaed /eclass | |
parent | To make webkit optional we'll need some help from upstream. We're going to dr... (diff) | |
download | gentoo-2-bbd60fb3043a0454e59068efa50740e52942a92f.tar.gz gentoo-2-bbd60fb3043a0454e59068efa50740e52942a92f.tar.bz2 gentoo-2-bbd60fb3043a0454e59068efa50740e52942a92f.zip |
Dropping the >=xorg-server-1.5.2 dep.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index e7e3b01cb67f..c2b2171690ab 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -1,6 +1,6 @@ # Copyright 2007-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.32 2009/03/11 17:40:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.33 2009/03/26 21:55:09 jmbsvicetto Exp $ # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -80,11 +80,6 @@ if [[ ${NEED_KDE} != "none" ]] ; then # Qt kde4-base_set_qt_dependencies - # Xorg - COMMONDEPEND="${COMMONDEPEND} - >=x11-base/xorg-server-1.5.2 - " - # X11 libs COMMONDEPEND="${COMMONDEPEND} x11-libs/libXext |