public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15842 - main/branches/prefix/pym/portage/package/ebuild
@ 2010-03-23 18:31 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2010-03-23 18:31 UTC (permalink / raw
  To: gentoo-commits

Author: grobian
Date: 2010-03-23 18:31:31 +0000 (Tue, 23 Mar 2010)
New Revision: 15842

Modified:
   main/branches/prefix/pym/portage/package/ebuild/doebuild.py
Log:
Activate AIX hooks again (got lost in the split), thanks haubi

Modified: main/branches/prefix/pym/portage/package/ebuild/doebuild.py
===================================================================
--- main/branches/prefix/pym/portage/package/ebuild/doebuild.py	2010-03-23 07:23:38 UTC (rev 15841)
+++ main/branches/prefix/pym/portage/package/ebuild/doebuild.py	2010-03-23 18:31:31 UTC (rev 15842)
@@ -1366,6 +1366,7 @@
 		"install_symlink_html_docs"],
 
 	"preinst" : [
+		"preinst_aix",
 		"preinst_bsdflags",
 		"preinst_sfperms",
 		"preinst_selinux_labels",
@@ -1373,6 +1374,7 @@
 		"preinst_mask"],
 
 	"postinst" : [
+		"postinst_aix",
 		"postinst_bsdflags"]
 }
 




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

only message in thread, other threads:[~2010-03-23 18:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-23 18:31 [gentoo-commits] portage r15842 - main/branches/prefix/pym/portage/package/ebuild Fabian Groffen (grobian)

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