app-editors/peacock-1.9.1 ebuild Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 21256 [details] peacock-1.9.1 ebuild
got this message on build, missing DEPEND ? checking for libgnomeui-2.0 >= 2.2.0 libbonoboui-2.0 >= 2.2.0 libglade-2.0 >= 2.0.1 gtksourceview-1.0 >= 0.5.0... Package gtksourceview-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtksourceview-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtksourceview-1.0' found
Created attachment 21787 [details] peacock-1.9.1.ebuild x11-libs/gtksourceview was missing in DEPEND, it compiles OK for me after adding it, and the editor seems to work.
Comment on attachment 21787 [details] peacock-1.9.1.ebuild corrected DEPEND
Really sorry for the delay. I guess you copied the ebuild from app-editors/bluefish and it contained several unnecessary stuff for peacock. * dev-libs/libpcre isn't required for RDEPEND * --disable-nls doesn't exist for peacock * dodir and options to einstall are unnecessary I fixed them and committed. Thanks for the report.