diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-02-08 01:08:07 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-02-08 01:08:07 +0000 |
commit | 2a26d02dc5c22e49936a98efca497b5ab6c45883 (patch) | |
tree | 7ce87ea6b1a6a5ad927dbf3654105fa4d10de1f3 /app-admin/eselect-wxwidgets/files | |
parent | Drop the bakefile hunks of the collision patches that don't work as (diff) | |
download | gentoo-2-2a26d02dc5c22e49936a98efca497b5ab6c45883.tar.gz gentoo-2-2a26d02dc5c22e49936a98efca497b5ab6c45883.tar.bz2 gentoo-2-2a26d02dc5c22e49936a98efca497b5ab6c45883.zip |
Fix tyop.
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-admin/eselect-wxwidgets/files')
-rw-r--r-- | app-admin/eselect-wxwidgets/files/wxwidgets.eselect-0.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/eselect-wxwidgets/files/wxwidgets.eselect-0.8 b/app-admin/eselect-wxwidgets/files/wxwidgets.eselect-0.8 index 96d4ab99a95a..2be0a6500a2a 100644 --- a/app-admin/eselect-wxwidgets/files/wxwidgets.eselect-0.8 +++ b/app-admin/eselect-wxwidgets/files/wxwidgets.eselect-0.8 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/files/wxwidgets.eselect-0.8,v 1.1 2008/02/08 00:43:40 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/files/wxwidgets.eselect-0.8,v 1.2 2008/02/08 01:08:07 dirtyepic Exp $ inherit config @@ -52,7 +52,7 @@ set_config() { IFS=${OIFS} fi - # symlink bakelite presets to current slot (Bug #209150) + # symlink bakefile presets to current slot (Bug #209150) local f pushd /usr/share/bakefile/presets/ &> /dev/null for f in .bkl _unix.bkl _win32.bkl; do |