diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-01-16 13:54:03 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-01-16 13:54:03 +0000 |
commit | f6aab5afd6106a896868482712f346cd6563e829 (patch) | |
tree | 232f799668ae1a077129fd5d9cd9a407939297cd /eclass/kde.eclass | |
parent | Added ~x86-fbsd keyword. (diff) | |
download | historical-f6aab5afd6106a896868482712f346cd6563e829.tar.gz historical-f6aab5afd6106a896868482712f346cd6563e829.tar.bz2 historical-f6aab5afd6106a896868482712f346cd6563e829.zip |
Revert xineramaproto headers to be based on xinerama use flag (bug #162089, from bug #158921)
Diffstat (limited to 'eclass/kde.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 12987564ad4f..a94a4c5ad7e9 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.187 2006/12/25 13:49:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.188 2007/01/16 13:54:03 caleb Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -36,7 +36,7 @@ DEPEND="sys-devel/make dev-lang/perl x11-libs/libXt x11-proto/xf86vidmodeproto - x11-proto/xineramaproto" + xinerama? ( x11-proto/xineramaproto )" RDEPEND="xinerama? ( x11-libs/libXinerama )" |