diff options
Diffstat (limited to 'x11-proto/xineramaproto/xineramaproto-1.2.ebuild')
-rw-r--r-- | x11-proto/xineramaproto/xineramaproto-1.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-proto/xineramaproto/xineramaproto-1.2.ebuild b/x11-proto/xineramaproto/xineramaproto-1.2.ebuild index 82d48f7b5476..7890064595e9 100644 --- a/x11-proto/xineramaproto/xineramaproto-1.2.ebuild +++ b/x11-proto/xineramaproto/xineramaproto-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/xineramaproto-1.2.ebuild,v 1.1 2009/10/02 15:12:36 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/xineramaproto-1.2.ebuild,v 1.2 2009/10/03 16:01:25 scarabeus Exp $ inherit x-modular @@ -9,6 +9,5 @@ DESCRIPTION="X.Org Xinerama protocol headers" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND="" -DEPEND="${RDEPEND} - !<x11-libs/libXinerama-1.0.99" +RDEPEND="!<x11-libs/libXinerama-1.1" +DEPEND="${RDEPEND}" |