diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-25 12:09:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-25 12:09:11 +0000 |
commit | 463f8967c9f209b7d44df5a5d43f3e55f4723ae5 (patch) | |
tree | 3eaa77eea8e592981e3cbafdafdd338155f3c5bc /sys-fs/quota | |
parent | old (diff) | |
download | gentoo-2-463f8967c9f209b7d44df5a5d43f3e55f4723ae5.tar.gz gentoo-2-463f8967c9f209b7d44df5a5d43f3e55f4723ae5.tar.bz2 gentoo-2-463f8967c9f209b7d44df5a5d43f3e55f4723ae5.zip |
include more headers
Diffstat (limited to 'sys-fs/quota')
-rw-r--r-- | sys-fs/quota/quota-3.13.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/quota/quota-3.13.ebuild b/sys-fs/quota/quota-3.13.ebuild index c40d2bb0c686..3579fab37183 100644 --- a/sys-fs/quota/quota-3.13.ebuild +++ b/sys-fs/quota/quota-3.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.13.ebuild,v 1.2 2006/06/10 19:49:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.13.ebuild,v 1.3 2007/03/25 12:09:11 vapier Exp $ inherit eutils @@ -26,6 +26,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${P}-configure-LANG.patch #131432 + epatch "${FILESDIR}"/${PN}-3.14-headers.patch # patch to prevent quotactl.2 manpage from being installed # that page is provided by man-pages instead |