transforms/REQUIRED_PACKAGES
author John Beck <John.Beck@Oracle.COM>
Tue, 08 Mar 2016 07:26:50 -0800
branchs11u3-sru
changeset 5632 4056b7992034
parent 3996 20c0f21bbe1e
permissions -rw-r--r--
21699326 Userland package history simplification

# print a line "REQUIRED_PACKAGES += {pkg-short-name}"
<transform depend fmri=pkg:/(.+)@.+ -> print REQUIRED_PACKAGES += %<1> >
# drop all actions
<transform -> drop >