diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-08-17 14:37:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-08-17 14:37:54 +0000 |
commit | 724f141c9dc7f9034f23b431fe4fc351d6d80521 (patch) | |
tree | b6acb443ebcf748109696952c76ce3ac7addc350 /sys-apps/attr/files | |
parent | old (diff) | |
download | gentoo-2-724f141c9dc7f9034f23b431fe4fc351d6d80521.tar.gz gentoo-2-724f141c9dc7f9034f23b431fe4fc351d6d80521.tar.bz2 gentoo-2-724f141c9dc7f9034f23b431fe4fc351d6d80521.zip |
Version bump #231274 by Conrad Kostecki.
(Portage version: 2.2_rc6/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sys-apps/attr/files')
-rw-r--r-- | sys-apps/attr/files/attr-2.4.43-linguas.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/attr/files/attr-2.4.43-linguas.patch b/sys-apps/attr/files/attr-2.4.43-linguas.patch new file mode 100644 index 000000000000..4bf35b1c3f52 --- /dev/null +++ b/sys-apps/attr/files/attr-2.4.43-linguas.patch @@ -0,0 +1,11 @@ +--- po/Makefile ++++ po/Makefile +@@ -6,7 +6,7 @@ + include $(TOPDIR)/include/builddefs + + POTHEAD = $(PKG_NAME).pot +-LINGUAS = cs de es fr gl nl pl sv ++LINGUAS ?= cs de es fr gl nl pl sv + LSRCFILES = $(LINGUAS:%=%.po) $(POTHEAD) + LDIRT = $(POTHEAD) + |