summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/ruby-xlib/ChangeLog6
-rw-r--r--dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ruby/ruby-xlib/ChangeLog b/dev-ruby/ruby-xlib/ChangeLog
index fe07aba79255..f05d96582e89 100644
--- a/dev-ruby/ruby-xlib/ChangeLog
+++ b/dev-ruby/ruby-xlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-xlib
# Copyright 2005-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ChangeLog,v 1.3 2006/03/30 03:54:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ChangeLog,v 1.4 2006/07/09 21:05:59 flameeyes Exp $
+
+ 09 Jul 2006; Diego Pettenò <flameeyes@gentoo.org>
+ ruby-xlib-0.6.15-r1.ebuild:
+ Pinpoint virtual/x11 version to less than 7.
30 Mar 2006; Aron Griffis <agriffis@gentoo.org>
ruby-xlib-0.6.15-r1.ebuild:
diff --git a/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild b/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild
index 78540032f514..daafe6f28f2f 100644
--- a/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild
+++ b/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild,v 1.2 2006/03/30 03:54:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild,v 1.3 2006/07/09 21:05:59 flameeyes Exp $
inherit ruby
USE_RUBY="ruby16 ruby18 ruby19"
@@ -20,7 +20,7 @@ RDEPEND="
x11-libs/libX11
x11-libs/libXext
)
- virtual/x11
+ <virtual/x11-7
)"
DEPEND="${RDEPEND}
|| (
@@ -28,7 +28,7 @@ DEPEND="${RDEPEND}
x11-proto/xproto
x11-proto/xextproto
)
- virtual/x11
+ <virtual/x11-7
)"
PATCHES="${FILESDIR}/ruby-xlib-0.6.15-gcc.patch"