summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-07-28 04:17:33 +0000
committerMike Frysinger <vapier@gentoo.org>2004-07-28 04:17:33 +0000
commit4da3a7418c2664d6820fa69a6310a815f3be3b4a (patch)
tree73482c67141c28bbe0b0f27b3eb25e4fc069642e /sys-apps
parentmarking stable on amd64 for misc bugfixes (Manifest recommit) (diff)
downloadgentoo-2-4da3a7418c2664d6820fa69a6310a815f3be3b4a.tar.gz
gentoo-2-4da3a7418c2664d6820fa69a6310a815f3be3b4a.tar.bz2
gentoo-2-4da3a7418c2664d6820fa69a6310a815f3be3b4a.zip
gnuconfig loving
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/diffutils/diffutils-2.8.7.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/diffutils/diffutils-2.8.7.ebuild b/sys-apps/diffutils/diffutils-2.8.7.ebuild
index 43cbcfd028d6..284cd8295b28 100644
--- a/sys-apps/diffutils/diffutils-2.8.7.ebuild
+++ b/sys-apps/diffutils/diffutils-2.8.7.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.7.ebuild,v 1.6 2004/06/28 16:04:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.7.ebuild,v 1.7 2004/07/28 04:17:33 vapier Exp $
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic gnuconfig
DESCRIPTION="Tools to make diffs and compare files"
HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html"
@@ -24,6 +24,8 @@ src_unpack() {
unpack ${A}
cd ${S}
+ gnuconfig_update
+
if use build ; then
#disable texinfo building so we can remove the dep
sed -i -e 's:SUBDIRS = doc:SUBDIRS =:' \