commit cb582ba6fad58bf1315c617dcd31dea2c00e46cf
Author: Elan Ruusamäe <[email protected]>
Date:   Fri May 1 01:14:44 2015 +0300

    use gettext-tools

 findbr | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/findbr b/findbr
index f24b282..6b69ca6 100755
--- a/findbr
+++ b/findbr
@@ -59,7 +59,7 @@ my %ac2br = do "findbr-ac2br";
 
 my %cmake2br = (
        "findkde4:44" => "kde4-kdelibs",
-       "findmsgfmt" => "gettext-devel",
+       "findmsgfmt" => "gettext-tools",
        "findpythoninterp" => "python",
 );
 
@@ -322,7 +322,7 @@ while ( $_ = shift @lines ) {
        if ( m{^find-lang.sh: Error: international files not found for '}
                        or m{ gettext tools not found}
                        ) {
-               add_br( "gettext-devel" );
+               add_br( "gettext-tools" );
                next;
        }
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/cb582ba6fad58bf1315c617dcd31dea2c00e46cf

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to