summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-12-03 11:12:22 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-12-03 11:12:22 +0000
commit7a1194245afd4c1fa6458f9e79330fa325542791 (patch)
treecdc3d1e8ad95d498268dcc00ebe81fccf79e2389
parentarm stable, bug #391271 (diff)
downloadgentoo-2-7a1194245afd4c1fa6458f9e79330fa325542791.tar.gz
gentoo-2-7a1194245afd4c1fa6458f9e79330fa325542791.tar.bz2
gentoo-2-7a1194245afd4c1fa6458f9e79330fa325542791.zip
add missing pango,cairo,gdk-pixbuf,glib dependencies. Stable on amd64. Bug #392577
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
-rw-r--r--app-editors/scite/ChangeLog6
-rw-r--r--app-editors/scite/scite-2.28.ebuild10
2 files changed, 12 insertions, 4 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog
index 3210173ffde6..7fb49606ef75 100644
--- a/app-editors/scite/ChangeLog
+++ b/app-editors/scite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/scite
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.123 2011/11/30 19:05:10 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.124 2011/12/03 11:12:22 hwoarang Exp $
+
+ 03 Dec 2011; Markos Chandras <hwoarang@gentoo.org> scite-2.28.ebuild:
+ add missing pango,cairo,gdk-pixbuf,glib dependencies. Stable on amd64. Bug
+ #392577
30 Nov 2011; Krzysztof Pawlik <nelchael@gentoo.org> scite-3.0.1.ebuild:
Use ED instead of D as suggested by Agostino Sarubbo in bug #380061.
diff --git a/app-editors/scite/scite-2.28.ebuild b/app-editors/scite/scite-2.28.ebuild
index fd6855e8d3c8..38bbb11b4d68 100644
--- a/app-editors/scite/scite-2.28.ebuild
+++ b/app-editors/scite/scite-2.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-2.28.ebuild,v 1.1 2011/08/13 15:55:04 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-2.28.ebuild,v 1.2 2011/12/03 11:12:22 hwoarang Exp $
EAPI="1"
@@ -13,10 +13,14 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
LICENSE="Scintilla"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="lua"
-RDEPEND="x11-libs/gtk+:2
+RDEPEND="dev-libs/glib
+ x11-libs/cairo
+ x11-libs/gtk+:2
+ x11-libs/gdk-pixbuf
+ x11-libs/pango
lua? ( >=dev-lang/lua-5 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig