diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-09-19 21:23:33 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-09-19 21:23:33 +0000 |
commit | c7fe275d4d7adee483cd0da64faeaafabb34e044 (patch) | |
tree | 33ba3af98905f048ebfb42f9d2fe15be34893dbb /net-dialup/speedtouch | |
parent | add IUSE (diff) | |
download | historical-c7fe275d4d7adee483cd0da64faeaafabb34e044.tar.gz historical-c7fe275d4d7adee483cd0da64faeaafabb34e044.tar.bz2 historical-c7fe275d4d7adee483cd0da64faeaafabb34e044.zip |
add missing eutils inheritance
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dialup/speedtouch')
-rw-r--r-- | net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild b/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild index dc44878c0434..5b5ebfbb3fae 100644 --- a/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild +++ b/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild,v 1.4 2005/07/23 21:49:41 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild,v 1.5 2005/09/19 21:23:33 mrness Exp $ -inherit flag-o-matic +inherit flag-o-matic eutils MY_P=${P/_/-} -S=${WORKDIR}/${MY_P} DESCRIPTION="GPL Driver for the Alcatel Speedtouch USB under *nix" HOMEPAGE="http://speedtouch.sf.net/" @@ -19,6 +18,8 @@ IUSE="static debug" DEPEND="" RDEPEND=">=net-dialup/ppp-2.4.1" +S=${WORKDIR}/${MY_P} + src_unpack() { unpack ${A} |