diff options
author | 2012-12-22 23:56:01 +0000 | |
---|---|---|
committer | 2012-12-22 23:56:01 +0000 | |
commit | 5677fa98d0ee58287745a26733df86940824c86a (patch) | |
tree | 02cd181820699ffb9b188dc03c1fef3888a2fa2a /app-editors/gedit | |
parent | Bug #448174: default not valid in pkg_*inst preinst. Also /usr/sbin existence. (diff) | |
download | gentoo-2-5677fa98d0ee58287745a26733df86940824c86a.tar.gz gentoo-2-5677fa98d0ee58287745a26733df86940824c86a.tar.bz2 gentoo-2-5677fa98d0ee58287745a26733df86940824c86a.zip |
Require gtk+-3.6 (bug #448220, thanks to Kobboi).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-editors/gedit')
-rw-r--r-- | app-editors/gedit/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/gedit/gedit-3.6.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog index 1d967d709533..c8fb1f16cfeb 100644 --- a/app-editors/gedit/ChangeLog +++ b/app-editors/gedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/gedit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.341 2012/12/16 21:27:28 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.342 2012/12/22 23:56:01 tetromino Exp $ + + 22 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + gedit-3.6.2-r1.ebuild: + Require gtk+-3.6 (bug #448220, thanks to Kobboi). *gedit-3.6.2-r1 (16 Dec 2012) diff --git a/app-editors/gedit/gedit-3.6.2-r1.ebuild b/app-editors/gedit/gedit-3.6.2-r1.ebuild index 84944a0e17fc..20307a87fe09 100644 --- a/app-editors/gedit/gedit-3.6.2-r1.ebuild +++ b/app-editors/gedit/gedit-3.6.2-r1.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/app-editors/gedit/gedit-3.6.2-r1.ebuild,v 1.1 2012/12/16 21:27:28 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-3.6.2-r1.ebuild,v 1.2 2012/12/22 23:56:01 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -22,7 +22,7 @@ COMMON_DEPEND=" >=x11-libs/libSM-1.0 >=dev-libs/libxml2-2.5.0:2 >=dev-libs/glib-2.28:2 - >=x11-libs/gtk+-3.3.15:3[introspection?] + >=x11-libs/gtk+-3.6.0:3[introspection?] >=x11-libs/gtksourceview-3.0.0:3.0[introspection?] >=dev-libs/libpeas-1.1.0[gtk] |