vdr-plugin.eclass; fixed locale DIR, changed up from >=media-video/vdr-1.6.0_p2-r7
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Mon, 24 Oct 2011 19:54:51 +0000 (19:54 +0000)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Mon, 24 Oct 2011 19:54:51 +0000 (19:54 +0000)
eclass/vdr-plugin.eclass

index c2e51c5d168831f3441e2c8ebfd2e33187c046a0..544f23fa1981659e50e977f1a023185e2766e867 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.74 2011/08/29 01:28:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.75 2011/10/24 19:54:51 hd_brummy Exp $
 #
 # Author:
 #   Matthias Schwarzott <zzam@gentoo.org>
@@ -405,7 +405,7 @@ vdr-plugin_pkg_setup() {
        DVB_INCLUDE_DIR="/usr/include"
 
        TMP_LOCALE_DIR="${WORKDIR}/tmp-locale"
-       if has_version ">=media-video/vdr-1.7.17"; then
+       if has_version ">=media-video/vdr-1.6.0_p2-r7"; then
                LOCDIR="/usr/share/locale"
        else
                LOCDIR="/usr/share/vdr/locale"