summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-06-25 05:56:40 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-06-25 05:56:40 +0000
commit7562892a684fae5fbfdb46d050921574830e2fe9 (patch)
treea7184f2ee75192aa990ed68a98a8de30695f28be /sys-cluster/crmsh
parentRemove keywords from live ebuild (diff)
downloadgentoo-2-7562892a684fae5fbfdb46d050921574830e2fe9.tar.gz
gentoo-2-7562892a684fae5fbfdb46d050921574830e2fe9.tar.bz2
gentoo-2-7562892a684fae5fbfdb46d050921574830e2fe9.zip
Remove keywords from live ebuild
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-cluster/crmsh')
-rw-r--r--sys-cluster/crmsh/ChangeLog5
-rw-r--r--sys-cluster/crmsh/crmsh-2.0.0.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-cluster/crmsh/ChangeLog b/sys-cluster/crmsh/ChangeLog
index eafa4466ef77..bf2b9e5d64af 100644
--- a/sys-cluster/crmsh/ChangeLog
+++ b/sys-cluster/crmsh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/crmsh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/ChangeLog,v 1.11 2014/06/16 11:14:43 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/ChangeLog,v 1.12 2014/06/25 05:56:40 patrick Exp $
+
+ 25 Jun 2014; Patrick Lauer <patrick@gentoo.org> crmsh-2.0.0.ebuild:
+ Remove keywords from live ebuild
*crmsh-2.0.0 (16 Jun 2014)
diff --git a/sys-cluster/crmsh/crmsh-2.0.0.ebuild b/sys-cluster/crmsh/crmsh-2.0.0.ebuild
index a346474d9bb6..b025464fdb6c 100644
--- a/sys-cluster/crmsh/crmsh-2.0.0.ebuild
+++ b/sys-cluster/crmsh/crmsh-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/crmsh-2.0.0.ebuild,v 1.1 2014/06/16 11:14:43 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/crmsh-2.0.0.ebuild,v 1.2 2014/06/25 05:56:40 patrick Exp $
EAPI=5
@@ -13,7 +13,9 @@ if [[ ${PV} == *9999 ]]; then
KEYWORDS=""
else
EGIT_COMMIT="${PV}"
- KEYWORDS="~amd64 ~hppa ~x86"
+ #KEYWORDS="~amd64 ~hppa ~x86"
+ # QA: No keywords for ebuilds that fetch from VCS
+ KEYWORDS=""
fi
inherit autotools-utils git-2 python-r1