diff options
Diffstat (limited to 'sys-apps/attr/attr-2.4.44.ebuild')
-rw-r--r-- | sys-apps/attr/attr-2.4.44.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/attr/attr-2.4.44.ebuild b/sys-apps/attr/attr-2.4.44.ebuild index 81e92de87fac..3d24e1f72dad 100644 --- a/sys-apps/attr/attr-2.4.44.ebuild +++ b/sys-apps/attr/attr-2.4.44.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.44.ebuild,v 1.7 2010/12/05 16:07:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.44.ebuild,v 1.8 2011/05/16 20:34:44 vapier Exp $ EAPI="2" @@ -27,7 +27,7 @@ src_prepare() { -e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \ include/builddefs.in \ || die "failed to update builddefs" - strip-linguas po + strip-linguas -u po } src_configure() { |