public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r10664 - main/branches/2.1.2/bin
@ 2008-06-16 10:54 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-06-16 10:54 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-06-16 10:54:51 +0000 (Mon, 16 Jun 2008)
New Revision: 10664

Modified:
   main/branches/2.1.2/bin/repoman
Log:
Fix the 'inherit.autotools' check to account for apache-2_src_unpack()
calling eautoreconf. (trunk r10653)


Modified: main/branches/2.1.2/bin/repoman
===================================================================
--- main/branches/2.1.2/bin/repoman	2008-06-16 10:47:30 UTC (rev 10663)
+++ main/branches/2.1.2/bin/repoman	2008-06-16 10:54:51 UTC (rev 10664)
@@ -1133,6 +1133,11 @@
 def run_checks(contents, pkg):
 	iuse_def = None
 	inherit_autotools = "autotools" in pkg.inherited
+	if inherit_autotools:
+		if "apache-2" in pkg.inherited:
+			# eautoreconf is called by apache-2_src_unpack(),
+			# so the ebuild doesn't need to call it.
+			inherit_autotools = False
 	autotools_func_call = None
 	for num, line in enumerate(contents):
 		comment = _comment_re.match(line)

-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-06-16 10:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-16 10:54 [gentoo-commits] portage r10664 - main/branches/2.1.2/bin Zac Medico (zmedico)

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