diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:37:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:37:07 +0000 |
commit | 02f9a53a89a390bbbf9df21eff12ff6683d216e2 (patch) | |
tree | 2946b21810e1fdcc9c461ff1a77b957150c67622 /sys-apps/file/file-4.06.ebuild | |
parent | (no commit message) (diff) | |
download | historical-02f9a53a89a390bbbf9df21eff12ff6683d216e2.tar.gz historical-02f9a53a89a390bbbf9df21eff12ff6683d216e2.tar.bz2 historical-02f9a53a89a390bbbf9df21eff12ff6683d216e2.zip |
Add inherit eutils
Diffstat (limited to 'sys-apps/file/file-4.06.ebuild')
-rw-r--r-- | sys-apps/file/file-4.06.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/file/file-4.06.ebuild b/sys-apps/file/file-4.06.ebuild index 41e208557f62..9e547e506a88 100644 --- a/sys-apps/file/file-4.06.ebuild +++ b/sys-apps/file/file-4.06.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.06.ebuild,v 1.14 2004/04/09 04:58:01 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.06.ebuild,v 1.15 2004/04/27 21:04:30 agriffis Exp $ -inherit flag-o-matic gnuconfig +inherit flag-o-matic gnuconfig eutils DESCRIPTION="Program to identify a file's format by scanning binary data for patterns" SRC_URI="ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz |