calchan     14/05/09 20:21:29

  Modified:             ChangeLog tagainijisho-1.0.2.ebuild
  Log:
  Fixed bug #509872, thanks to Jouni Rinne.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  app-i18n/tagainijisho/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/tagainijisho/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   8 May 2014 00:23:31 -0000       1.4
+++ ChangeLog   9 May 2014 20:21:29 -0000       1.5
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/tagainijisho
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/tagainijisho/ChangeLog,v 1.4 
2014/05/08 00:23:31 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/tagainijisho/ChangeLog,v 1.5 
2014/05/09 20:21:29 calchan Exp $
+
+  09 May 2014; Denis Dupeyron <[email protected]> tagainijisho-1.0.2.ebuild:
+  Fixed bug #509872, thanks to Jouni Rinne.
 
   08 May 2014; <[email protected]> tagainijisho-1.0.2.ebuild:
   Tested on x86.



1.5                  app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild?r1=1.4&r2=1.5

Index: tagainijisho-1.0.2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tagainijisho-1.0.2.ebuild   8 May 2014 00:23:31 -0000       1.4
+++ tagainijisho-1.0.2.ebuild   9 May 2014 20:21:29 -0000       1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild,v 1.4 
2014/05/08 00:23:31 calchan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild,v 1.5 
2014/05/09 20:21:29 calchan Exp $
 
 EAPI=5
 
@@ -38,10 +38,10 @@
        local cmake_linguas
        for lingua in $(sed -e 's/;/ /g' -ne '/set(DICT_LANG 
".*")/s/.*"\(.*\)".*/\1/p' CMakeLists.txt); do
                if use linguas_${lingua}; then
-                       cmake_linguas+="${lingua};"
+                       cmake_linguas+=";${lingua}"
                fi
        done
-       mycmakeargs=( -DDICT_LANG=${cmake_linguas} )
+       mycmakeargs=( -DDICT_LANG="${cmake_linguas};" )
 
        cmake-utils_src_configure
 }




Reply via email to