summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-09-27 17:25:55 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-09-27 17:25:55 +0000
commit9e4d2f9fd375c00332c4c817e2d5610436c99a86 (patch)
treefccf5c91ac7d078bfcc77824782ee0aaddf18664 /app-editors/gedit-plugins
parentppc/ppc64 stable wrt #381551 (diff)
downloadgentoo-2-9e4d2f9fd375c00332c4c817e2d5610436c99a86.tar.gz
gentoo-2-9e4d2f9fd375c00332c4c817e2d5610436c99a86.tar.bz2
gentoo-2-9e4d2f9fd375c00332c4c817e2d5610436c99a86.zip
Fix glib[introspection] dependency, pointed out by xarthisius
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/gedit-plugins')
-rw-r--r--app-editors/gedit-plugins/ChangeLog6
-rw-r--r--app-editors/gedit-plugins/gedit-plugins-3.0.7.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/gedit-plugins/ChangeLog b/app-editors/gedit-plugins/ChangeLog
index 4f942898c768..760714fb5e17 100644
--- a/app-editors/gedit-plugins/ChangeLog
+++ b/app-editors/gedit-plugins/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/gedit-plugins
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.16 2011/08/16 22:09:44 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.17 2011/09/27 17:25:55 nirbheek Exp $
+
+ 27 Sep 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ gedit-plugins-3.0.7.ebuild:
+ Fix glib[introspection] dependency, pointed out by xarthisius
*gedit-plugins-3.0.7 (16 Aug 2011)
diff --git a/app-editors/gedit-plugins/gedit-plugins-3.0.7.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.0.7.ebuild
index 9fc555dddeef..0e98c8ab49a7 100644
--- a/app-editors/gedit-plugins/gedit-plugins-3.0.7.ebuild
+++ b/app-editors/gedit-plugins/gedit-plugins-3.0.7.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/gedit-plugins/gedit-plugins-3.0.7.ebuild,v 1.1 2011/08/16 22:09:44 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.0.7.ebuild,v 1.2 2011/09/27 17:25:55 nirbheek Exp $
EAPI="3"
GNOME_TARBALL_SUFFIX="xz"
@@ -28,12 +28,12 @@ RDEPEND=">=app-editors/gedit-3.0.0[python?]
>=x11-libs/gtk+-3.0.0:3
>=x11-libs/gtksourceview-3.0.0:3.0
python? (
- >=app-editors/gedit-3.0.0[introspection]
- >=dev-libs/glib-2.26.0:2[introspection]
+ dev-libs/gobject-introspection
+ x11-libs/gdk-pixbuf:2[introspection]
>=x11-libs/gtk+-3.0.0:3[introspection]
>=x11-libs/gtksourceview-3.0.0:3.0[introspection]
x11-libs/pango[introspection]
- x11-libs/gdk-pixbuf:2[introspection]
+ >=app-editors/gedit-3.0.0[introspection]
)
charmap? ( >=gnome-extra/gucharmap-3.0.0:2.90[introspection] )
synctex? ( >=dev-python/dbus-python-0.82 )