diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-02 01:25:46 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-02 01:25:46 +0000 |
commit | a54d6c1863e6c9f627b8ece2b006b0e3ff681a83 (patch) | |
tree | 635686c7a2c3825254e3830da673e183c0f13b8e /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-a54d6c1863e6c9f627b8ece2b006b0e3ff681a83.tar.gz gentoo-2-a54d6c1863e6c9f627b8ece2b006b0e3ff681a83.tar.bz2 gentoo-2-a54d6c1863e6c9f627b8ece2b006b0e3ff681a83.zip |
Depend on >=gtk+-3.3.8 (bug #413739, thanks to lynx).
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index e2afb1a60831..a39b03397435 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.222 2012/04/29 15:17:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.223 2012/05/02 01:25:46 tetromino Exp $ + + 02 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + gtksourceview-3.4.1.ebuild: + Depend on >=gtk+-3.3.8 (bug #413739, thanks to lynx). 29 Apr 2012; Markus Meier <maekke@gentoo.org> gtksourceview-2.10.5-r2.ebuild: x86 stable, bug #410611 diff --git a/x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild b/x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild index 0dc431533eb7..e1e72da4595a 100644 --- a/x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild,v 1.1 2012/04/22 23:29:22 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.4.1.ebuild,v 1.2 2012/05/02 01:25:46 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -17,7 +17,7 @@ IUSE="doc glade +introspection" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" # Note: has native OSX support, prefix teams, attack! -RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?] +RDEPEND=">=x11-libs/gtk+-3.3.8:3[introspection?] >=dev-libs/libxml2-2.6:2 >=dev-libs/glib-2.28:2 glade? ( >=dev-util/glade-3.9:3.10 ) |