From: Stefan Schweizer Date: Thu, 15 Mar 2007 23:29:41 +0000 (+0000) Subject: block only our own unsermake, allow users to add a -r1 to their overlay with the... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0dc7911958040267dd5fa0759495dbe023faf808;p=gentoo.git block only our own unsermake, allow users to add a -r1 to their overlay with the same name and be responsible for it themselves --- diff --git a/eclass/kde.eclass b/eclass/kde.eclass index 28c49d908040..b249ee7badf2 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.191 2007/03/10 18:36:01 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.192 2007/03/15 23:29:41 genstef Exp $ # # Author Dan Armak # @@ -36,7 +36,7 @@ DEPEND="sys-devel/make dev-lang/perl x11-libs/libXt x11-proto/xf86vidmodeproto - !kde-base/unsermake + !<=kde-base/unsermake-0.4.20050710 xinerama? ( x11-proto/xineramaproto )" RDEPEND="xinerama? ( x11-libs/libXinerama )"