summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-05-13 06:09:08 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-05-13 06:09:08 +0000
commit5da0dfe1ab935cffaf259c78ffc4e34f5bbba75d (patch)
treebe08b566b5c1224d8cd71c4b8b40590a234131b2 /net-analyzer/munin
parentBugfixes: #171174, #176309, #176485. (diff)
downloadgentoo-2-5da0dfe1ab935cffaf259c78ffc4e34f5bbba75d.tar.gz
gentoo-2-5da0dfe1ab935cffaf259c78ffc4e34f5bbba75d.tar.bz2
gentoo-2-5da0dfe1ab935cffaf259c78ffc4e34f5bbba75d.zip
Forgot IUSE=doc.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-analyzer/munin')
-rw-r--r--net-analyzer/munin/ChangeLog5
-rw-r--r--net-analyzer/munin/munin-1.3.3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog
index 70005d9e7ea7..1980ed96f810 100644
--- a/net-analyzer/munin/ChangeLog
+++ b/net-analyzer/munin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/munin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.8 2007/05/13 06:07:48 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.9 2007/05/13 06:09:08 robbat2 Exp $
+
+ 13 May 2007; Robin H. Johnson <robbat2@gentoo.org> munin-1.3.3.ebuild:
+ Forgot IUSE=doc.
*munin-1.3.3-r1 (13 May 2007)
diff --git a/net-analyzer/munin/munin-1.3.3.ebuild b/net-analyzer/munin/munin-1.3.3.ebuild
index b5ddc8358ece..1604047d7ec4 100644
--- a/net-analyzer/munin/munin-1.3.3.ebuild
+++ b/net-analyzer/munin/munin-1.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.3.ebuild,v 1.2 2007/03/13 18:40:16 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.3.ebuild,v 1.3 2007/05/13 06:09:08 robbat2 Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/munin/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="minimal munin-irc munin-dhcp munin-surfboard munin-apache munin-squid ssl"
+IUSE="doc minimal munin-irc munin-dhcp munin-surfboard munin-apache munin-squid ssl"
# Upstream's listing of required modules is NOT correct!
DEPEND_COM="dev-lang/perl
@@ -56,7 +56,7 @@ src_unpack() {
EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-1.3.3-Makefile.patch
# Fix noise in the plugins
EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-1.3.2-plugin-cleanup.patch
-
+
# Merged by upstream
## Make it work with new versions of Rrdtool where : in COMMENT blocks must
## be escaped!