diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-15 12:04:32 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-15 12:04:32 +0000 |
commit | c4970585ff2596179a1dde684cca2c69205b5f64 (patch) | |
tree | 527ec2fd21b0a159172109bd60906a102ff38b82 /sys-fs/owfs | |
parent | Use base_src_prepare. (diff) | |
download | gentoo-2-c4970585ff2596179a1dde684cca2c69205b5f64.tar.gz gentoo-2-c4970585ff2596179a1dde684cca2c69205b5f64.tar.bz2 gentoo-2-c4970585ff2596179a1dde684cca2c69205b5f64.zip |
Use base_src_unpack without arguments.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sys-fs/owfs')
-rw-r--r-- | sys-fs/owfs/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/owfs/owfs-2.7_p21.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/sys-fs/owfs/ChangeLog b/sys-fs/owfs/ChangeLog index 9548f3e548d8..c09343751003 100644 --- a/sys-fs/owfs/ChangeLog +++ b/sys-fs/owfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/owfs -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.13 2009/05/26 15:44:19 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.14 2010/01/15 12:04:32 scarabeus Exp $ + + 15 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> owfs-2.7_p21.ebuild: + Use base_src_unpack without arguments. 26 May 2009; Raúl Porcel <armin76@gentoo.org> owfs-2.7_p21.ebuild: Add ~arm wrt #270463 diff --git a/sys-fs/owfs/owfs-2.7_p21.ebuild b/sys-fs/owfs/owfs-2.7_p21.ebuild index d841933593ce..325a71ebf13b 100644 --- a/sys-fs/owfs/owfs-2.7_p21.ebuild +++ b/sys-fs/owfs/owfs-2.7_p21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21.ebuild,v 1.2 2009/05/26 15:44:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21.ebuild,v 1.3 2010/01/15 12:04:32 scarabeus Exp $ EAPI="2" @@ -41,7 +41,7 @@ pkg_setup() { } src_unpack() { - base_src_unpack unpack + base_src_unpack } src_prepare() { @@ -61,8 +61,7 @@ src_configure() { $(use_enable server owserver) \ $(use_enable tcl owtcl) \ $(use_enable zeroconf zero) \ - $(use_enable usb) \ - || die "econf failed" + $(use_enable usb) } src_compile() { |