summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Rivero <neurogeek@gentoo.org>2011-05-06 19:45:08 +0000
committerJesus Rivero <neurogeek@gentoo.org>2011-05-06 19:45:08 +0000
commit66d900c3737111c6fa607908164907dc3743f22b (patch)
tree4ac9827a59004ff91ea2d9c15036676a119e71c0 /app-emulation/fuse-utils/fuse-utils-1.0.0.ebuild
parentSuppress autodetection of Emacs, bug 366129. Build GNU Info file in src_compile. (diff)
downloadgentoo-2-66d900c3737111c6fa607908164907dc3743f22b.tar.gz
gentoo-2-66d900c3737111c6fa607908164907dc3743f22b.tar.bz2
gentoo-2-66d900c3737111c6fa607908164907dc3743f22b.zip
Added missing inherit
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Diffstat (limited to 'app-emulation/fuse-utils/fuse-utils-1.0.0.ebuild')
-rw-r--r--app-emulation/fuse-utils/fuse-utils-1.0.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/fuse-utils/fuse-utils-1.0.0.ebuild b/app-emulation/fuse-utils/fuse-utils-1.0.0.ebuild
index f944ee90c37a..298b6508fec6 100644
--- a/app-emulation/fuse-utils/fuse-utils-1.0.0.ebuild
+++ b/app-emulation/fuse-utils/fuse-utils-1.0.0.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse-utils/fuse-utils-1.0.0.ebuild,v 1.1 2011/05/02 20:05:35 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse-utils/fuse-utils-1.0.0.ebuild,v 1.2 2011/05/06 19:45:08 neurogeek Exp $
EAPI="3"
+inherit autotools eutils
+
DESCRIPTION="Utils for the Free Unix Spectrum Emulator by Philip Kendall"
HOMEPAGE="http://fuse-emulator.sourceforge.net"
SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"