> Check sudo-1.6.8_p9-r2.ebuild
> In DEPEND we see virtual/editor but
> in configure
> --with-editor=/bin/nano
>
> But virtual/editor can provide by vi nano & etc editor. You think its right?
> DEPEND set virtual/editor but configure use nano as hardcoded editor.

Yes, I think it's right. That option doesnt do what you think it does.

What this option does ?

> I'm think if we set hardcoded editor nano at configure in sudo,ebuild its
> should DEPEND at nano editor not virtual/editor.

Then you would be wrong.


Use abstract depend provide by same packages and set hardcoded depend provided by one package (nano) is right?

Reply via email to