diff options
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/scite-5.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/scite/scite-5.1.1.ebuild b/app-editors/scite/scite-5.1.1.ebuild index 29dbe5730506..d206fb1266de 100644 --- a/app-editors/scite/scite-5.1.1.ebuild +++ b/app-editors/scite/scite-5.1.1.ebuild @@ -19,9 +19,10 @@ IUSE="lua" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" RDEPEND=" + dev-libs/atk dev-libs/glib:2 x11-libs/cairo - x11-libs/gdk-pixbuf + x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/pango lua? ( ${LUA_DEPS} )" |