summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-11-19 00:03:54 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-11-19 00:03:54 +0000
commitf1d2984f484c4f391d64eb9be7fde71ef6c7e3ca (patch)
treeca2c4fca7a8518862a2d3801c0bb1f4a39c46a97 /net-misc/radvd
parentBug #230105, remember -w to sysctl. (diff)
downloadgentoo-2-f1d2984f484c4f391d64eb9be7fde71ef6c7e3ca.tar.gz
gentoo-2-f1d2984f484c4f391d64eb9be7fde71ef6c7e3ca.tar.bz2
gentoo-2-f1d2984f484c4f391d64eb9be7fde71ef6c7e3ca.zip
Avoid autotools maintainer mode.
(Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)
Diffstat (limited to 'net-misc/radvd')
-rw-r--r--net-misc/radvd/ChangeLog5
-rw-r--r--net-misc/radvd/radvd-1.1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/radvd/ChangeLog b/net-misc/radvd/ChangeLog
index 26f484a0d37d..5a461c59dd0c 100644
--- a/net-misc/radvd/ChangeLog
+++ b/net-misc/radvd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/radvd
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/ChangeLog,v 1.45 2008/11/19 00:00:24 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/ChangeLog,v 1.46 2008/11/19 00:03:54 robbat2 Exp $
+
+ 19 Nov 2008; Robin H. Johnson <robbat2@gentoo.org> radvd-1.1.ebuild:
+ Avoid autotools maintainer mode.
19 Nov 2008; Robin H. Johnson <robbat2@gentoo.org> files/radvd.init:
Bug #230105, remember -w to sysctl.
diff --git a/net-misc/radvd/radvd-1.1.ebuild b/net-misc/radvd/radvd-1.1.ebuild
index c7977d106dbe..a60ec7832f90 100644
--- a/net-misc/radvd/radvd-1.1.ebuild
+++ b/net-misc/radvd/radvd-1.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-1.1.ebuild,v 1.3 2008/11/18 23:58:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-1.1.ebuild,v 1.4 2008/11/19 00:03:54 robbat2 Exp $
-inherit eutils
+inherit eutils autotools
DESCRIPTION="Linux IPv6 Router Advertisement Daemon"
HOMEPAGE="http://v6web.litech.org/radvd/"
@@ -30,6 +30,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${PN}-1.1-gnu-source.patch
epatch "${FILESDIR}"/${PN}-1.1-parallel-make.patch
+ eautomake
}
src_compile() {