summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-21 19:15:39 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-21 19:15:39 +0000
commit0786e53e7bc6710d5928e90db254a2015b1917a6 (patch)
treeb0eca8114043d91efb00409fd59a61ce09b11581 /net-misc/smbc/smbc-1.2.2-r2.ebuild
parentMarking ssm-1.1 ppc for bug 413815 (diff)
downloadhistorical-0786e53e7bc6710d5928e90db254a2015b1917a6.tar.gz
historical-0786e53e7bc6710d5928e90db254a2015b1917a6.tar.bz2
historical-0786e53e7bc6710d5928e90db254a2015b1917a6.zip
Add missing inheritance of eutils.eclass
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'net-misc/smbc/smbc-1.2.2-r2.ebuild')
-rw-r--r--net-misc/smbc/smbc-1.2.2-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/smbc/smbc-1.2.2-r2.ebuild b/net-misc/smbc/smbc-1.2.2-r2.ebuild
index 08b7a46b8a5d..1cc00c995e62 100644
--- a/net-misc/smbc/smbc-1.2.2-r2.ebuild
+++ b/net-misc/smbc/smbc-1.2.2-r2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/smbc/smbc-1.2.2-r2.ebuild,v 1.2 2012/02/29 04:39:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/smbc/smbc-1.2.2-r2.ebuild,v 1.3 2012/05/21 19:15:39 xarthisius Exp $
EAPI="2"
-inherit autotools
+inherit autotools eutils
DESCRIPTION="A text mode (ncurses) SMB network commander. Features: resume and UTF-8"
HOMEPAGE="http://sourceforge.net/projects/smbc/"