diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-02-10 16:38:14 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-02-10 16:38:14 +0000 |
commit | 23ef7c281163692b9ead5d86d66ae50cfb94037a (patch) | |
tree | 086b41a8a88eb4f29563bafdf6aa461f83b75c36 /net-analyzer/munin | |
parent | Version bump. (diff) | |
download | gentoo-2-23ef7c281163692b9ead5d86d66ae50cfb94037a.tar.gz gentoo-2-23ef7c281163692b9ead5d86d66ae50cfb94037a.tar.bz2 gentoo-2-23ef7c281163692b9ead5d86d66ae50cfb94037a.zip |
Fix build with -ssl, bug 303733
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/munin')
-rw-r--r-- | net-analyzer/munin/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/munin/munin-1.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog index e22afad2c74b..faa0a7f231f2 100644 --- a/net-analyzer/munin/ChangeLog +++ b/net-analyzer/munin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/munin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.33 2010/02/03 19:10:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.34 2010/02/10 16:38:14 darkside Exp $ + + 10 Feb 2010; Jeremy Olexa <darkside@gentoo.org> munin-1.4.3.ebuild: + Fix build with -ssl, bug 303733 03 Feb 2010; Jeroen Roovers <jer@gentoo.org> munin-1.4.3.ebuild: Marked ~ppc (bug #303347). diff --git a/net-analyzer/munin/munin-1.4.3.ebuild b/net-analyzer/munin/munin-1.4.3.ebuild index e69ee04bfd7d..2b6fe37dfdfe 100644 --- a/net-analyzer/munin/munin-1.4.3.ebuild +++ b/net-analyzer/munin/munin-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild,v 1.2 2010/02/03 19:10:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild,v 1.3 2010/02/10 16:38:14 darkside Exp $ EAPI="2" @@ -76,7 +76,7 @@ src_compile() { if ! use ssl; then echo "tls disabled" >> ${S}/build/node/munin-node.conf \ || die "Fixing munin-node.conf Failed!" - echo "tls disabled" >> ${S}/build/server/munin.conf \ + echo "tls disabled" >> ${S}/build/master/munin.conf \ || die "Fixing munin.conf Failed!" fi |