diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2007-06-15 09:06:17 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2007-06-15 09:06:17 +0000 |
commit | b0d84cbe0661c7c57b382a20f9dcc29e5d8fe57d (patch) | |
tree | 684511ac901858b7d481475af171cd9b03d186e1 /x11-plugins/wmwifi | |
parent | Cleaning out the bytecompiled python modules on postrm (#177536, thanks to Ja... (diff) | |
download | gentoo-2-b0d84cbe0661c7c57b382a20f9dcc29e5d8fe57d.tar.gz gentoo-2-b0d84cbe0661c7c57b382a20f9dcc29e5d8fe57d.tar.bz2 gentoo-2-b0d84cbe0661c7c57b382a20f9dcc29e5d8fe57d.zip |
Fixed AUTOMAKE dependancy. Closes bug #181714
(Portage version: 2.1.2.7)
Diffstat (limited to 'x11-plugins/wmwifi')
-rw-r--r-- | x11-plugins/wmwifi/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmwifi/wmwifi-0.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/wmwifi/ChangeLog b/x11-plugins/wmwifi/ChangeLog index 27fec3979a51..24009e625447 100644 --- a/x11-plugins/wmwifi/ChangeLog +++ b/x11-plugins/wmwifi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmwifi # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwifi/ChangeLog,v 1.12 2006/10/18 08:19:54 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwifi/ChangeLog,v 1.13 2007/06/15 09:06:17 s4t4n Exp $ + + 15 Jun 2007; Michele Noberasco <s4t4n@gentoo.org> metadata.xml: + Fixed automake dependancy. Closes bug #181714. 18 Oct 2006; Michele Noberasco <s4t4n@gentoo.org> metadata.xml: Added missing automake dependancy. Closes bug #150648. diff --git a/x11-plugins/wmwifi/wmwifi-0.5.ebuild b/x11-plugins/wmwifi/wmwifi-0.5.ebuild index f5697b2eba8f..7458b5bf4b89 100644 --- a/x11-plugins/wmwifi/wmwifi-0.5.ebuild +++ b/x11-plugins/wmwifi/wmwifi-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwifi/wmwifi-0.5.ebuild,v 1.6 2006/10/18 08:19:54 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwifi/wmwifi-0.5.ebuild,v 1.7 2007/06/15 09:06:17 s4t4n Exp $ IUSE="" HOMEPAGE="http://wmwifi.digitalssg.net" @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} x11-proto/xextproto x11-proto/xproto ) virtual/x11 ) - sys-devel/automake" + =sys-devel/automake-1.4*" src_unpack() { |