diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-22 17:36:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-11-22 17:36:32 +0000 |
commit | 7884867052b6b14c5e10e89581a9a8cca731e79b (patch) | |
tree | 9fb05a7d3e7fa9adec571e23967da809ec9bf050 /sys-apps | |
parent | old (diff) | |
download | gentoo-2-7884867052b6b14c5e10e89581a9a8cca731e79b.tar.gz gentoo-2-7884867052b6b14c5e10e89581a9a8cca731e79b.tar.bz2 gentoo-2-7884867052b6b14c5e10e89581a9a8cca731e79b.zip |
comment out blank keywords to make ekeyword work nicely
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.28.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/iproute2/iproute2-2.6.28.ebuild b/sys-apps/iproute2/iproute2-2.6.28.ebuild index 4ca447402b64..6d2edb7ad675 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.12 2009/10/31 15:59:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.28.ebuild,v 1.13 2009/11/22 17:36:32 vapier Exp $ inherit eutils toolchain-funcs @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" inherit git SRC_URI="" - KEYWORDS="" + #KEYWORDS="" else if [[ ${PV} == *.*.*.* ]] ; then MY_PV=${PV%.*} diff --git a/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild b/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild index 7ea8b9295bc3..5c310698ef42 100644 --- a/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.29.1-r1.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-r1.ebuild,v 1.7 2009/11/11 13:54:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild,v 1.8 2009/11/22 17:36:32 vapier Exp $ EAPI="2" @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" inherit git SRC_URI="" - KEYWORDS="" + #KEYWORDS="" else if [[ ${PV} == *.*.*.* ]] ; then MY_PV=${PV%.*}-${PV##*.} diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index fcb31bec1dc0..34455720ee5d 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.6 2009/08/26 21:49:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild,v 1.7 2009/11/22 17:36:32 vapier Exp $ EAPI="2" @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" inherit git SRC_URI="" - KEYWORDS="" + #KEYWORDS="" else if [[ ${PV} == *.*.*.* ]] ; then MY_PV=${PV%.*} |