diff -u bwmon-1.3.ebuild bwmon-1.3-r1.ebuild --- bwmon-1.3.ebuild 2007-07-02 17:05:55.000000000 +0200 +++ bwmon-1.3-r1.ebuild 2009-03-22 16:16:04.000000000 +0100 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.17 2007/07/02 14:36:59 peper Exp $ +inherit eutils + DESCRIPTION="Simple ncurses bandwidth monitor" HOMEPAGE="http://bwmon.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -17,6 +19,7 @@ src_unpack() { unpack ${A} cd ${S} + epatch "${FILESDIR}/typo_help.patch" sed -i -e "s:/usr/local/bin:\$\{DESTDIR\}usr/bin:" \ Makefile sed -i -e "s:CFLAGS =:CFLAGS = ${CFLAGS}:" \