summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-02-03 22:31:37 +0000
committerSven Wegener <swegener@gentoo.org>2008-02-03 22:31:37 +0000
commit09024a6fd1c5ed7eb3550408bbd39aeed7a9989b (patch)
treefeac9cc3bbfe4e41230a00665da5795c0b94594c /sys-cluster
parentVersion bump. No real changes to us, just a patch is included that we use (diff)
downloadgentoo-2-09024a6fd1c5ed7eb3550408bbd39aeed7a9989b.tar.gz
gentoo-2-09024a6fd1c5ed7eb3550408bbd39aeed7a9989b.tar.bz2
gentoo-2-09024a6fd1c5ed7eb3550408bbd39aeed7a9989b.zip
Override INCLUDE Makefile variable to use KV_DIR.
(Portage version: 2.1.4.1)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/ipvsadm/ChangeLog7
-rw-r--r--sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild6
-rw-r--r--sys-cluster/ipvsadm/ipvsadm-1.24.ebuild6
3 files changed, 11 insertions, 8 deletions
diff --git a/sys-cluster/ipvsadm/ChangeLog b/sys-cluster/ipvsadm/ChangeLog
index 7f07f6ff03e2..3ef4c6debcd2 100644
--- a/sys-cluster/ipvsadm/ChangeLog
+++ b/sys-cluster/ipvsadm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/ipvsadm
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.31 2007/10/22 14:31:56 armin76 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.32 2008/02/03 22:31:37 swegener Exp $
+
+ 03 Feb 2008; Sven Wegener <swegener@gentoo.org> ipvsadm-1.24.ebuild:
+ Override INCLUDE Makefile variable to use KV_DIR.
22 Oct 2007; Raúl Porcel <armin76@gentoo.org> ipvsadm-1.24.ebuild:
Add ~ia64 wrt #190828
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild
index 89922e7261c3..51df4842e2d9 100644
--- a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild
+++ b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.13 2007/04/28 17:47:12 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.14 2008/02/03 22:31:37 swegener Exp $
inherit linux-info
@@ -40,7 +40,7 @@ src_install() {
doman ipvsadm.8 ipvsadm-save.8 ipvsadm-restore.8
- newinitd ${FILESDIR}/ipvsadm-init ipvsadm || die
+ newinitd "${FILESDIR}"/ipvsadm-init ipvsadm || die
keepdir /var/lib/ipvsadm
diropts -m 755 -o root -g root
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild
index 902307464f03..7e1007778e6a 100644
--- a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild
+++ b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.19 2007/10/22 14:31:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.20 2008/02/03 22:31:37 swegener Exp $
inherit linux-info
@@ -25,7 +25,7 @@ pkg_setup() {
}
src_compile() {
- emake -j1 || die "error compiling source"
+ emake -j1 INCLUDE="-I${KV_DIR}/include -I.. -I." || die "error compiling source"
}
src_install() {