diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-02-11 01:22:06 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-02-11 01:22:06 +0000 |
commit | 9a3be93a19806a2c3570057b9a0fa56dfe7928cb (patch) | |
tree | cc04a5579a91a901a836627f24b9c36262d51274 /app-i18n/kimera/files | |
parent | Remove obsolete glade dependency as requested by Patrizio Bassi <hetfield666@... (diff) | |
download | gentoo-2-9a3be93a19806a2c3570057b9a0fa56dfe7928cb.tar.gz gentoo-2-9a3be93a19806a2c3570057b9a0fa56dfe7928cb.tar.bz2 gentoo-2-9a3be93a19806a2c3570057b9a0fa56dfe7928cb.zip |
Version bumped, bug #258022.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/kimera/files')
-rw-r--r-- | app-i18n/kimera/files/kimera-2.11-gentoo.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-i18n/kimera/files/kimera-2.11-gentoo.patch b/app-i18n/kimera/files/kimera-2.11-gentoo.patch new file mode 100644 index 000000000000..41272a1589b4 --- /dev/null +++ b/app-i18n/kimera/files/kimera-2.11-gentoo.patch @@ -0,0 +1,10 @@ +diff -Naur kimera-2.11.orig/kimera.pro kimera-2.11/kimera.pro +--- kimera-2.11.orig/kimera.pro 2009-01-26 00:36:40.000000000 +0900 ++++ kimera-2.11/kimera.pro 2009-02-11 09:12:00.000000000 +0900 +@@ -1,5 +1,5 @@ + TEMPLATE = app +-CONFIG += qt x11 warn_on release ++CONFIG += qt x11 warn_on release nostrip + QT += network + TARGET = kimera-bin + VERSION = 2.11 |