public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/pms-test-suite:master commit in: pmstestsuite/library/, pmstestsuite/repository/
@ 2011-07-06 20:54 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2011-07-06 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ed850747ab11f3fd6764b8a87ed9e487894a7f70
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  6 20:07:56 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul  6 20:07:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=ed850747

Set KEYWORDS in ebuild, not in the eclass.

This will silence repoman and paludis.

---
 pmstestsuite/library/case.py          |    4 ++++
 pmstestsuite/repository/pms_eclass.py |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/pmstestsuite/library/case.py b/pmstestsuite/library/case.py
index 3327c33..6e61378 100644
--- a/pmstestsuite/library/case.py
+++ b/pmstestsuite/library/case.py
@@ -207,6 +207,10 @@ class EbuildTestCase(TestCase):
 			if pf not in self.phase_funcs:
 				self.phase_funcs[pf] = []
 
+		# add KEYWORDS to the ebuild
+		self.ebuild_vars['KEYWORDS'] = 'alpha amd64 arm hppa ia64 ' + \
+				'm68k ~mips ppc ppc64 s390 sh sparc x86'
+
 	def get_output_files(self):
 		"""
 		Get a dict of files to output in the repository for the test case.

diff --git a/pmstestsuite/repository/pms_eclass.py b/pmstestsuite/repository/pms_eclass.py
index 0d26d59..1393c2d 100644
--- a/pmstestsuite/repository/pms_eclass.py
+++ b/pmstestsuite/repository/pms_eclass.py
@@ -13,7 +13,6 @@ SRC_URI=""
 
 LICENSE="as-is"
 SLOT=${PV}
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 IUSE=""
 
 RESTRICT="mirror"



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-06 20:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-06 20:54 [gentoo-commits] proj/pms-test-suite:master commit in: pmstestsuite/library/, pmstestsuite/repository/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox