Does rhythmbox optionally depend on nautilus-cd-burner for burning
audio tracks or should nautilus-cd-burner have not been in there at all?
> diff --git a/gnome2-libs/glibmm/PRE_SUB_DEPENDS
> b/gnome2-libs/glibmm/PRE_SUB_DEPENDS new file mode 100755
> index 0000000..131aea8
> --- /dev/null
> +++ b/gnome2-libs/glibmm/PRE_SUB_DEPENDS
> @@ -0,0 +1,5 @@
> +case $THIS_SUB_DEPENDS in
> + DOC) if [[ $FULLDOCS == "y" ]]; then return 0; fi ;;
> + *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
> $THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
> + return 1;;
> +esac
Don't forget a REPAIR^ file for PRE_SUB_DEPENDS to be put in the tablet
or the sub-depends will fail until they've cast glibmm at least once
after PRE_SUB_DEPENDS was added.