components/emacs/gnu-emacs.p5m
changeset 202 272e371b3a44
parent 181 87e11e685b1f
child 206 a4474882bf60
--- a/components/emacs/gnu-emacs.p5m	Mon Apr 25 17:06:42 2011 -0700
+++ b/components/emacs/gnu-emacs.p5m	Mon Apr 25 18:31:26 2011 -0600
@@ -2287,14 +2287,14 @@
 # for the case where no binary is present, that's not a useful configuration.
 # Therefore, require at least one of the binary supplying packages.
 #
-# Uncomment the following once the minimum Userland build system is at
-# snv_162 or newer. We require the fix for
+# The use of pkg.linted=true is a workaround for
+#
+#    Bug 18202 - pkglint AttributeError when using require-any depend action
+#    https://defect.opensolaris.org/bz/show_bug.cgi?id=18202
 #
-#    Bug 18043 - renamed packages in an image cause problems
-#        with require-any dependencies
-#    https://defect.opensolaris.org/bz/show_bug.cgi?id=18043
+# and can be removed when that bug is fixed.
 #
-#depend type=require-any \
-#	fmri=pkg:/editor/gnu-emacs/gnu-emacs-gtk \
-#	fmri=pkg:/editor/gnu-emacs/gnu-emacs-x11 \
-#	fmri=pkg:/editor/gnu-emacs/gnu-emacs-no-x11
+depend type=require-any pkg.linted=true \
+	fmri=pkg:/editor/gnu-emacs/gnu-emacs-gtk \
+	fmri=pkg:/editor/gnu-emacs/gnu-emacs-x11 \
+	fmri=pkg:/editor/gnu-emacs/gnu-emacs-no-x11