From: Paul Menzel Date: Mon, 11 Oct 2010 22:51:26 +0000 (+0200) Subject: gedit: sort `DEPENDS` alphabetically X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec4a0bf8e4382a3d7b613a1cc2f80fca03533530;p=openembedded.git gedit: sort `DEPENDS` alphabetically Signed-off-by: Paul Menzel Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/gnome/gedit_2.30.0.bb b/recipes/gnome/gedit_2.30.0.bb index 83dffcfbd6..eaf9f32ad0 100644 --- a/recipes/gnome/gedit_2.30.0.bb +++ b/recipes/gnome/gedit_2.30.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "GNOME editor" SECTION = "x11/gnome" LICENSE = "GPL" -DEPENDS = "iso-codes gnome-common glib-2.0 gtk+ gconf gtksourceview2" +DEPENDS = "gconf gnome-common glib-2.0 gtk+ gtksourceview2 iso-codes" RDEPENDS_${PN} += " gtksourceview2" PR = "r2"