diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-09-26 19:51:50 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-09-26 19:51:50 +0000 |
commit | 649fa8d744c1e8d6e918b2ec22401445930da481 (patch) | |
tree | 092865bbd6a373fc821fd1681a778110263fed3e /app-i18n | |
parent | dropping file temporarily to adjust sticky options (diff) | |
download | gentoo-2-649fa8d744c1e8d6e918b2ec22401445930da481.tar.gz gentoo-2-649fa8d744c1e8d6e918b2ec22401445930da481.tar.bz2 gentoo-2-649fa8d744c1e8d6e918b2ec22401445930da481.zip |
fixed cvs sticky options on file(s) that should not have cvs keyword expansion
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-tables/files/scim-tables-0.5.8+gcc-4.3.patch | 11 |
2 files changed, 16 insertions, 1 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog index c860124414b4..561b6fbfb512 100644 --- a/app-i18n/scim-tables/ChangeLog +++ b/app-i18n/scim-tables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-tables # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.74 2014/08/03 18:35:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.75 2014/09/26 19:51:50 axs Exp $ + + 26 Sep 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +files/scim-tables-0.5.8+gcc-4.3.patch: + fixed cvs sticky options on file(s) that should not have cvs keyword expansion 03 Aug 2014; Agostino Sarubbo <ago@gentoo.org> scim-tables-0.5.13.ebuild: Stable for ppc, wrt bug #509846 diff --git a/app-i18n/scim-tables/files/scim-tables-0.5.8+gcc-4.3.patch b/app-i18n/scim-tables/files/scim-tables-0.5.8+gcc-4.3.patch new file mode 100644 index 000000000000..96e5c820813e --- /dev/null +++ b/app-i18n/scim-tables/files/scim-tables-0.5.8+gcc-4.3.patch @@ -0,0 +1,11 @@ + diff -up scim-tables-0.5.8/src/scim_generic_table.h.gcc43~ scim-tables-0.5.8/src/scim_generic_table.h +--- scim-tables-0.5.8/src/scim_generic_table.h.gcc43~ 2008-01-13 08:03:06.000000000 +0000 ++++ scim-tables-0.5.8/src/scim_generic_table.h 2008-01-13 08:03:06.000000000 +0000 +@@ -24,6 +24,7 @@ + * $Id: scim_generic_table.h,v 1.7 2006/08/23 10:25:32 suzhe Exp $ + */ + ++#include <cstring> + #if !defined (__SCIM_GENERIC_TABLE_H) + #define __SCIM_GENERIC_TABLE_H + |