diff options
author | Peter Volkov <pva@gentoo.org> | 2008-11-28 19:03:06 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-11-28 19:03:06 +0000 |
commit | e2b337591c2c5c44822bf6616d018b64ae3fc649 (patch) | |
tree | 81bf039d58038b5144d3dc0d1c86d1b4b43abbb6 /games-strategy/xconq | |
parent | stable sparc, bug 215651 (diff) | |
download | gentoo-2-e2b337591c2c5c44822bf6616d018b64ae3fc649.tar.gz gentoo-2-e2b337591c2c5c44822bf6616d018b64ae3fc649.tar.bz2 gentoo-2-e2b337591c2c5c44822bf6616d018b64ae3fc649.zip |
Fix path in patch.
(Portage version: 2.2_rc16/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
Diffstat (limited to 'games-strategy/xconq')
-rw-r--r-- | games-strategy/xconq/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/xconq/files/xconq-tkconq.patch | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/xconq/ChangeLog b/games-strategy/xconq/ChangeLog index 0f6f4528489c..9fba4d78a8a0 100644 --- a/games-strategy/xconq/ChangeLog +++ b/games-strategy/xconq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xconq # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.12 2008/11/17 21:03:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.13 2008/11/28 19:03:06 pva Exp $ + + 28 Nov 2008; Peter Volkov <pva@gentoo.org> files/xconq-tkconq.patch: + Fix path in patch. 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> files/xconq-tkconq.patch: diff --git a/games-strategy/xconq/files/xconq-tkconq.patch b/games-strategy/xconq/files/xconq-tkconq.patch index bebfa9b7ad6e..e0ea029a41e7 100644 --- a/games-strategy/xconq/files/xconq-tkconq.patch +++ b/games-strategy/xconq/files/xconq-tkconq.patch @@ -1,5 +1,5 @@ ---- a/tkconq.tcl 2000-12-11 19:09:15.000000000 +0100 -+++ b/tkconq.tcl 2006-03-22 23:49:20.000000000 +0100 +--- a/tcltk/tkconq.tcl 2000-12-11 19:09:15.000000000 +0100 ++++ b/tcltk/tkconq.tcl 2006-03-22 23:49:20.000000000 +0100 @@ -472,7 +472,7 @@ -state $variantstate($col2) -variable variantvalue($col2) \ -command [ list set_variant_value_cmd $col2 ] |