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
commita5768b2e7978697ae253147d3e98c7e1b8464fa0 (patch)
tree903818df69773e454f742ccc17683043d0202f8a /net-misc/smbc
parentAdd missing inheritance of eutils.eclass (diff)
downloadgentoo-2-a5768b2e7978697ae253147d3e98c7e1b8464fa0.tar.gz
gentoo-2-a5768b2e7978697ae253147d3e98c7e1b8464fa0.tar.bz2
gentoo-2-a5768b2e7978697ae253147d3e98c7e1b8464fa0.zip
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/smbc')
-rw-r--r--net-misc/smbc/ChangeLog5
-rw-r--r--net-misc/smbc/smbc-1.2.2-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/smbc/ChangeLog b/net-misc/smbc/ChangeLog
index 0cf9c2628495..7f4b8478d3ec 100644
--- a/net-misc/smbc/ChangeLog
+++ b/net-misc/smbc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/smbc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/smbc/ChangeLog,v 1.13 2012/02/29 04:39:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/smbc/ChangeLog,v 1.14 2012/05/21 19:15:39 xarthisius Exp $
+
+ 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> smbc-1.2.2-r2.ebuild:
+ Add missing inheritance of eutils.eclass
29 Feb 2012; Jeroen Roovers <jer@gentoo.org> smbc-1.2.2-r2.ebuild:
Set homepage to SF project page.
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/"