summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-11-22 17:36:32 +0000
committerMike Frysinger <vapier@gentoo.org>2009-11-22 17:36:32 +0000
commit7884867052b6b14c5e10e89581a9a8cca731e79b (patch)
tree9fb05a7d3e7fa9adec571e23967da809ec9bf050 /sys-apps/iproute2/iproute2-9999.ebuild
parentold (diff)
downloadgentoo-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/iproute2/iproute2-9999.ebuild')
-rw-r--r--sys-apps/iproute2/iproute2-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
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%.*}