Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
--- xarchiver-0.4.6.ebuild 2007-01-21 23:06:46.000000000 +0100 +++ xarchiver-0.4.6.ebuild 2007-01-22 14:32:52.000000000 +0100 @@ -14,7 +14,8 @@ DEPEND="dev-util/intltool >=x11-libs/gtk+-2.6 >=dev-libs/glib-2.6" -RDEPEND="${DEPEND} +RDEPEND=">=x11-libs/gtk+-2.6 + >=dev-libs/glib-2.6 zip? ( app-arch/unzip app-arch/zip ) rar? ( || ( app-arch/rar app-arch/unrar ) ) 7zip? ( app-arch/p7zip )
Created an attachment (id=107786) [details] intltool-depends.patch Summary patch for all the above... :)
Created an attachment (id=107787) [details] intltool-depends.patch Now the correct one, sorry... :(
xfce44_goodies_panel_plugin gets RDEPEND which is basically >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} from xfce44.eclass so leaving it out of ebuild in panel plugins is prefered way I believe..
Fixed. Thanks welp.