OSDN Git Service

remove an obsolete check
authornogu <nogu@3964cfc2-352b-0410-b06c-9ff7d3e98643>
Mon, 17 Aug 2009 22:33:04 +0000 (22:33 +0000)
committernogu <nogu@3964cfc2-352b-0410-b06c-9ff7d3e98643>
Mon, 17 Aug 2009 22:33:04 +0000 (22:33 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/cueplot/trunk@1044 3964cfc2-352b-0410-b06c-9ff7d3e98643

pkg/cueplot-x.y.z.ebuild

index 474588b..6919cf0 100644 (file)
@@ -24,11 +24,8 @@ src_unpack() {
 }
 
 src_compile() {
-       # Qt 4.3 or later contains a Japanese translation
-       if has_version '>=x11-libs/qt-core-4.3.0' || ! use linguas_ja; then
-               sed -ie 's:lang/qt_ja_JP.ts::' src/CMakeLists.txt
-       fi
        if ! use linguas_ja; then
+               sed -ie 's:lang/qt_ja_JP.ts::' src/CMakeLists.txt
                sed -ie 's:lang/cueplot_ja_JP.ts::' src/CMakeLists.txt
        fi