diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2006-10-23 21:01:12 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2006-10-23 21:01:12 +0000 |
commit | 90e9a8baca8f2c7c263a56e9191260e9a8f5c0b1 (patch) | |
tree | 8288ba54a756f18e4c24a213e23e8114df5db248 /x11-wm/fvwm | |
parent | bump (diff) | |
download | gentoo-2-90e9a8baca8f2c7c263a56e9191260e9a8f5c0b1.tar.gz gentoo-2-90e9a8baca8f2c7c263a56e9191260e9a8f5c0b1.tar.bz2 gentoo-2-90e9a8baca8f2c7c263a56e9191260e9a8f5c0b1.zip |
add dependency on latest X11-Protocol to avoid hang in FvwmTabs.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog index 1c7fb3069953..4bca99819de0 100644 --- a/x11-wm/fvwm/ChangeLog +++ b/x11-wm/fvwm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/fvwm # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.117 2006/10/20 16:12:20 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.118 2006/10/23 21:01:12 taviso Exp $ + + 23 Oct 2006; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.18.ebuild: + add requirement on latest X11-Protocol to avoid hang in FvwmTabs. 20 Oct 2006; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.18.ebuild: modernise some of the configuration. diff --git a/x11-wm/fvwm/fvwm-2.5.18.ebuild b/x11-wm/fvwm/fvwm-2.5.18.ebuild index e58241a3e7b0..e5735e8f640c 100644 --- a/x11-wm/fvwm/fvwm-2.5.18.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.18.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/x11-wm/fvwm/fvwm-2.5.18.ebuild,v 1.3 2006/10/20 21:10:27 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.18.ebuild,v 1.4 2006/10/23 21:01:12 taviso Exp $ inherit eutils flag-o-matic @@ -23,7 +23,7 @@ RDEPEND="readline? ( sys-libs/readline sys-libs/ncurses ) stroke? ( dev-libs/libstroke ) perl? ( tk? ( dev-lang/tk dev-perl/perl-tk - dev-perl/X11-Protocol ) ) + >=dev-perl/X11-Protocol-0.56 ) ) truetype? ( virtual/xft media-libs/fontconfig ) dev-lang/perl sys-libs/zlib |