summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-18 00:21:12 +0000
committerMike Frysinger <vapier@gentoo.org>2010-10-18 00:21:12 +0000
commit654c41c683ec03cc6c24c3d13a60b12328d48557 (patch)
tree6c73aff9519562e0dced51ec21e95197ebda9d5b /sys-fs/mtools
parentMasking net-analyzer/sara for QA removal. (diff)
downloadgentoo-2-654c41c683ec03cc6c24c3d13a60b12328d48557.tar.gz
gentoo-2-654c41c683ec03cc6c24c3d13a60b12328d48557.tar.bz2
gentoo-2-654c41c683ec03cc6c24c3d13a60b12328d48557.zip
Regen configure #341443 by Priit Laes.
(Portage version: 2.2_rc96/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/mtools')
-rw-r--r--sys-fs/mtools/ChangeLog5
-rw-r--r--sys-fs/mtools/mtools-4.0.14.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-fs/mtools/ChangeLog b/sys-fs/mtools/ChangeLog
index ee64b07f58f6..f553210af7e4 100644
--- a/sys-fs/mtools/ChangeLog
+++ b/sys-fs/mtools/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/mtools
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.34 2010/10/17 04:22:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.35 2010/10/18 00:21:12 vapier Exp $
+
+ 18 Oct 2010; Mike Frysinger <vapier@gentoo.org> mtools-4.0.14.ebuild:
+ Regen configure #341443 by Priit Laes.
*mtools-4.0.14 (17 Oct 2010)
diff --git a/sys-fs/mtools/mtools-4.0.14.ebuild b/sys-fs/mtools/mtools-4.0.14.ebuild
index 60c63c439c17..4008f3d302ed 100644
--- a/sys-fs/mtools/mtools-4.0.14.ebuild
+++ b/sys-fs/mtools/mtools-4.0.14.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.14.ebuild,v 1.1 2010/10/17 04:22:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.14.ebuild,v 1.2 2010/10/18 00:21:12 vapier Exp $
EAPI="2"
+inherit autotools
+
DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
HOMEPAGE="http://mtools.linux.lu/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
@@ -25,6 +27,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
sed -i 's:/usr/local/etc:/etc:g' mtools.5 mtools.texi
+ eautoconf #341443
}
src_configure() {