diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 21:03:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 21:03:13 +0000 |
commit | eb557fab782fc4a0ea1d879f20e6cce5d388910a (patch) | |
tree | bd829e561932189d0aaec48f5312cce4f8651773 /games-strategy | |
parent | Fix patch with absolute paths. (diff) | |
download | gentoo-2-eb557fab782fc4a0ea1d879f20e6cce5d388910a.tar.gz gentoo-2-eb557fab782fc4a0ea1d879f20e6cce5d388910a.tar.bz2 gentoo-2-eb557fab782fc4a0ea1d879f20e6cce5d388910a.zip |
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/xconq/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/xconq/files/xconq-tkconq.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/xconq/ChangeLog b/games-strategy/xconq/ChangeLog index f447b5bb449a..0f6f4528489c 100644 --- a/games-strategy/xconq/ChangeLog +++ b/games-strategy/xconq/ChangeLog @@ -1,6 +1,10 @@ # 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.11 2008/08/21 13:34:46 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.12 2008/11/17 21:03:13 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + files/xconq-tkconq.patch: + Fix patch with absolute paths. 21 Aug 2008; Thomas Anderson <gentoofan23@gentoo.org> xconq-7.4.1.ebuild: keyworded ~arch for amd64, bug 234953 diff --git a/games-strategy/xconq/files/xconq-tkconq.patch b/games-strategy/xconq/files/xconq-tkconq.patch index 82af334cca48..bebfa9b7ad6e 100644 --- a/games-strategy/xconq/files/xconq-tkconq.patch +++ b/games-strategy/xconq/files/xconq-tkconq.patch @@ -1,5 +1,5 @@ ---- tcltk/tkconq.tcl 2000-12-11 19:09:15.000000000 +0100 -+++ /usr/share/games/xconq/tkconq.tcl 2006-03-22 23:49:20.000000000 +0100 +--- a/tkconq.tcl 2000-12-11 19:09:15.000000000 +0100 ++++ b/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 ] |