diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2011-05-06 19:45:08 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2011-05-06 19:45:08 +0000 |
commit | 66d900c3737111c6fa607908164907dc3743f22b (patch) | |
tree | 4ac9827a59004ff91ea2d9c15036676a119e71c0 /app-emulation | |
parent | Suppress autodetection of Emacs, bug 366129. Build GNU Info file in src_compile. (diff) | |
download | gentoo-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')
-rw-r--r-- | app-emulation/fuse-utils/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/fuse-utils/fuse-utils-1.0.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/fuse-utils/ChangeLog b/app-emulation/fuse-utils/ChangeLog index 4faa25a935f3..07539693bef5 100644 --- a/app-emulation/fuse-utils/ChangeLog +++ b/app-emulation/fuse-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/fuse-utils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse-utils/ChangeLog,v 1.11 2011/05/02 20:05:35 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse-utils/ChangeLog,v 1.12 2011/05/06 19:45:08 neurogeek Exp $ + + 06 May 2011; Jesus Rivero <neurogeek@gentoo.org> fuse-utils-1.0.0.ebuild: + Added missing inherit *fuse-utils-1.0.0 (02 May 2011) 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" |