summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/owfs')
-rw-r--r--sys-fs/owfs/ChangeLog7
-rw-r--r--sys-fs/owfs/owfs-2.7_p21.ebuild9
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() {