diff options
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/mwavem/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/mwavem/mwavem-2.0-r1.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-dialup/mwavem/ChangeLog b/net-dialup/mwavem/ChangeLog index 192b0582dcf4..4f3a30196f3f 100644 --- a/net-dialup/mwavem/ChangeLog +++ b/net-dialup/mwavem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/mwavem -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/ChangeLog,v 1.18 2012/04/06 21:55:45 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/ChangeLog,v 1.19 2014/06/27 07:20:27 pinkbyte Exp $ + + 27 Jun 2014; Sergey Popov <pinkbyte@gentoo.org> mwavem-2.0-r1.ebuild: + Set additional M4 dir explicitly, this fixes bug #514576, thanks to Patrick + Lauer for discovering this issue 06 Apr 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #63588 diff --git a/net-dialup/mwavem/mwavem-2.0-r1.ebuild b/net-dialup/mwavem/mwavem-2.0-r1.ebuild index 59d38fcf2a4a..3f08dad6a738 100644 --- a/net-dialup/mwavem/mwavem-2.0-r1.ebuild +++ b/net-dialup/mwavem/mwavem-2.0-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/mwavem-2.0-r1.ebuild,v 1.4 2009/08/08 08:58:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/mwavem-2.0-r1.ebuild,v 1.5 2014/06/27 07:20:27 pinkbyte Exp $ EAPI="2" +AT_M4DIR="m4" inherit autotools eutils DESCRIPTION="User level application for IBM Mwave modem" |