diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-29 22:30:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-05-29 22:30:26 +0000 |
commit | 8cc3c606969d8be02f64b6553578a168ff452096 (patch) | |
tree | f683a281749ca95c5e002b687b24bd99c770d06c /sys-apps/iproute2 | |
parent | old (diff) | |
download | gentoo-2-8cc3c606969d8be02f64b6553578a168ff452096.tar.gz gentoo-2-8cc3c606969d8be02f64b6553578a168ff452096.tar.bz2 gentoo-2-8cc3c606969d8be02f64b6553578a168ff452096.zip |
Relax linux-headers dependency slightly for stabilization #269184.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.28.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.29.1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-9999.ebuild | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index 5eedb3b2923d..bf8ac9e2b7f5 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/iproute2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.124 2009/05/09 22:01:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.125 2009/05/29 22:30:26 vapier Exp $ + + 29 May 2009; Mike Frysinger <vapier@gentoo.org> iproute2-2.6.28.ebuild, + iproute2-2.6.29.1.ebuild, iproute2-9999.ebuild: + Relax linux-headers dependency slightly for stabilization #269184. *iproute2-2.6.29.1 (09 May 2009) diff --git a/sys-apps/iproute2/iproute2-2.6.28.ebuild b/sys-apps/iproute2/iproute2-2.6.28.ebuild index c2e97c74a49a..4b033f7f2232 100644 --- a/sys-apps/iproute2/iproute2-2.6.28.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.28.ebuild,v 1.2 2009/01/18 18:21:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.28.ebuild,v 1.3 2009/05/29 22:30:26 vapier Exp $ inherit eutils toolchain-funcs @@ -33,7 +33,7 @@ RDEPEND="!net-misc/arpd atm? ( net-dialup/linux-atm )" DEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.7 ) - >=virtual/os-headers-2.6.28" + >=virtual/os-headers-2.6.27" src_unpack() { if [[ ${PV} == "9999" ]] ; then @@ -45,7 +45,7 @@ src_unpack() { sed -i "s:-O2:${CFLAGS} ${CPPFLAGS}:" Makefile || die "sed Makefile failed" # build against system headers - rm -r include/linux include/netinet #include/ip{,6}tables{,_common}.h include/libiptc + rm -r include/netinet #include/linux include/ip{,6}tables{,_common}.h include/libiptc epatch "${FILESDIR}"/${PN}-2.6.26-ldflags.patch #236861 diff --git a/sys-apps/iproute2/iproute2-2.6.29.1.ebuild b/sys-apps/iproute2/iproute2-2.6.29.1.ebuild index 9ff3c7cb139b..0d6bb7b5a1e0 100644 --- a/sys-apps/iproute2/iproute2-2.6.29.1.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.29.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.29.1.ebuild,v 1.1 2009/05/09 22:01:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.29.1.ebuild,v 1.2 2009/05/29 22:30:26 vapier Exp $ inherit eutils toolchain-funcs @@ -33,7 +33,7 @@ RDEPEND="!net-misc/arpd atm? ( net-dialup/linux-atm )" DEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.7 ) - >=virtual/os-headers-2.6.28" + >=virtual/os-headers-2.6.27" src_unpack() { if [[ ${PV} == "9999" ]] ; then diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index c553e208363a..e322d6e02073 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild,v 1.3 2009/01/17 17:11:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild,v 1.4 2009/05/29 22:30:26 vapier Exp $ inherit eutils toolchain-funcs @@ -33,7 +33,7 @@ RDEPEND="!net-misc/arpd atm? ( net-dialup/linux-atm )" DEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.7 ) - >=virtual/os-headers-2.6.25" + >=virtual/os-headers-2.6.27" src_unpack() { if [[ ${PV} == "9999" ]] ; then @@ -45,7 +45,7 @@ src_unpack() { sed -i "s:-O2:${CFLAGS} ${CPPFLAGS}:" Makefile || die "sed Makefile failed" # build against system headers - rm -r include/linux include/netinet #include/ip{,6}tables{,_common}.h include/libiptc + rm -r include/netinet #include/linux include/ip{,6}tables{,_common}.h include/libiptc epatch "${FILESDIR}"/${PN}-2.6.26-ldflags.patch #236861 |