diff options
author | 2007-03-15 23:29:41 +0000 | |
---|---|---|
committer | 2007-03-15 23:29:41 +0000 | |
commit | 04f41206f2f57f0e15d09d412f3191760642f8f8 (patch) | |
tree | e6378ddb3e23a441811dd45c4ea823590350c972 /eclass | |
parent | Make ogg optional (diff) | |
download | gentoo-2-04f41206f2f57f0e15d09d412f3191760642f8f8.tar.gz gentoo-2-04f41206f2f57f0e15d09d412f3191760642f8f8.tar.bz2 gentoo-2-04f41206f2f57f0e15d09d412f3191760642f8f8.zip |
block only our own unsermake, allow users to add a -r1 to their overlay with the same name and be responsible for it themselves
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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 <danarmak@gentoo.org> # @@ -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 )" |