diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-06-27 07:20:27 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-06-27 07:20:27 +0000 |
commit | c443b00e289890cb9f84458cea36c2628b3c89f1 (patch) | |
tree | f4c11d2164ee4e90a1e4e43273428a9d6cad39ac /net-dialup | |
parent | Disable QA warning on '--with-hc --with-hc-pkg --with-gcc' flags passed by 'd... (diff) | |
download | gentoo-2-c443b00e289890cb9f84458cea36c2628b3c89f1.tar.gz gentoo-2-c443b00e289890cb9f84458cea36c2628b3c89f1.tar.bz2 gentoo-2-c443b00e289890cb9f84458cea36c2628b3c89f1.zip |
Set additional M4 dir explicitly, this fixes bug #514576, thanks to Patrick Lauer for discovering this issue
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
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" |