--- grubconf-0.5.1.ebuild.orig 2004-08-27 16:39:19.555232280 +0200 +++ grubconf-0.5.1.ebuild 2004-08-27 16:40:36.355556856 +0200 @@ -16,9 +16,9 @@ RDEPEND=">=app-text/scrollkeeper-0.3.11 >=gnome-base/libgnome-2 >=gnome-base/libgnomeui-2 - >=gnome-base/gconf-1.2" + >=gnome-base/gconf-1.2 + sys-boot/grub" DEPEND="${RDEPEND} - sys-boot/grub >=dev-util/pkgconfig-0.12.0" src_unpack() { @@ -29,5 +29,5 @@ src_compile() { econf --enable-splashimage - emake + emake || die "Install failed" }