diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2008-06-05 03:04:58 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2008-06-05 03:04:58 +0000 |
commit | 8666e5b016da0fa49ede86ab5d383e32d810442a (patch) | |
tree | 4fafc44edcea344acd6902e5160a954dfda0b672 /dev-util/duma/duma-2.4.27.ebuild | |
parent | Initial commit. Fixes bug #217449 (diff) | |
download | gentoo-2-8666e5b016da0fa49ede86ab5d383e32d810442a.tar.gz gentoo-2-8666e5b016da0fa49ede86ab5d383e32d810442a.tar.bz2 gentoo-2-8666e5b016da0fa49ede86ab5d383e32d810442a.zip |
Added latest version and fixed some QA issues; closes bug #219011
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-util/duma/duma-2.4.27.ebuild')
-rw-r--r-- | dev-util/duma/duma-2.4.27.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/duma/duma-2.4.27.ebuild b/dev-util/duma/duma-2.4.27.ebuild index 692a1a4f131d..4a324b1087ba 100644 --- a/dev-util/duma/duma-2.4.27.ebuild +++ b/dev-util/duma/duma-2.4.27.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/duma/duma-2.4.27.ebuild,v 1.3 2007/10/10 00:35:22 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/duma/duma-2.4.27.ebuild,v 1.4 2008/06/05 03:04:58 nerdboy Exp $ inherit eutils versionator multilib toolchain-funcs # flag-o-matic @@ -38,7 +38,7 @@ pkg_setup() { } src_unpack(){ - unpack "${A}" + unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-types.patch" epatch "${FILESDIR}/${P}-make.patch" |