diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-23 03:05:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-23 03:05:18 +0000 |
commit | 5770c9dc800c0457ae1155e101f859aa8151d5d5 (patch) | |
tree | 61f975b1ec97d6c976259689d0c0bf5fc944ef27 /sys-apps/acl/files | |
parent | old (diff) | |
download | gentoo-2-5770c9dc800c0457ae1155e101f859aa8151d5d5.tar.gz gentoo-2-5770c9dc800c0457ae1155e101f859aa8151d5d5.tar.bz2 gentoo-2-5770c9dc800c0457ae1155e101f859aa8151d5d5.zip |
Make sure we respect LINGUAS #205948 by Arvid Norlander, update the ACL patch #208246 by Oliver Borm, and version bump #211113.
(Portage version: 2.2_pre2)
Diffstat (limited to 'sys-apps/acl/files')
-rw-r--r-- | sys-apps/acl/files/acl-2.2.45-linguas.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/acl/files/acl-2.2.45-linguas.patch b/sys-apps/acl/files/acl-2.2.45-linguas.patch new file mode 100644 index 000000000000..b26d9459195a --- /dev/null +++ b/sys-apps/acl/files/acl-2.2.45-linguas.patch @@ -0,0 +1,11 @@ +--- po/Makefile.orig 2008-02-22 21:56:25.000000000 -0500 ++++ po/Makefile 2008-02-22 21:56:31.000000000 -0500 +@@ -6,7 +6,7 @@ + include $(TOPDIR)/include/builddefs + + POTHEAD = $(PKG_NAME).pot +-LINGUAS = de es fr gl pl sv ++LINGUAS ?= de es fr gl pl sv + LSRCFILES = $(LINGUAS:%=%.po) $(POTHEAD) + LDIRT = $(POTHEAD) + |