summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-04-07 08:36:04 +0000
committerJonathan Callen <abcd@gentoo.org>2011-04-07 08:36:04 +0000
commitcf7c4776b6f2c4191b1942d5cfdf19e02168d090 (patch)
tree7d640f5895bae193b0db85c72b61955b7de906a6 /gnome-extra/polkit-gnome
parentRemove old-style virtual/logger, bug 358881. (diff)
downloadgentoo-2-cf7c4776b6f2c4191b1942d5cfdf19e02168d090.tar.gz
gentoo-2-cf7c4776b6f2c4191b1942d5cfdf19e02168d090.tar.bz2
gentoo-2-cf7c4776b6f2c4191b1942d5cfdf19e02168d090.zip
Depend on gtk+[introspection?] for proper introspection support, fixes bug 362401
(Portage version: 2.2.0_alpha28_p8/cvs/Linux i686)
Diffstat (limited to 'gnome-extra/polkit-gnome')
-rw-r--r--gnome-extra/polkit-gnome/ChangeLog7
-rw-r--r--gnome-extra/polkit-gnome/polkit-gnome-0.100.ebuild4
-rw-r--r--gnome-extra/polkit-gnome/polkit-gnome-0.101-r1.ebuild4
-rw-r--r--gnome-extra/polkit-gnome/polkit-gnome-0.99.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/gnome-extra/polkit-gnome/ChangeLog b/gnome-extra/polkit-gnome/ChangeLog
index 0e205b653de6..2c0cb9e9bc84 100644
--- a/gnome-extra/polkit-gnome/ChangeLog
+++ b/gnome-extra/polkit-gnome/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-extra/polkit-gnome
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/ChangeLog,v 1.33 2011/03/22 21:13:35 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/ChangeLog,v 1.34 2011/04/07 08:36:04 abcd Exp $
+
+ 07 Apr 2011; Jonathan Callen <abcd@gentoo.org> polkit-gnome-0.99.ebuild,
+ polkit-gnome-0.100.ebuild, polkit-gnome-0.101-r1.ebuild:
+ Depend on gtk+[introspection?] for proper introspection support, fixes bug
+ 362401
22 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> polkit-gnome-0.99.ebuild:
ppc/ppc64 stable wrt #354509
diff --git a/gnome-extra/polkit-gnome/polkit-gnome-0.100.ebuild b/gnome-extra/polkit-gnome/polkit-gnome-0.100.ebuild
index 0f8ab9e74a9c..c7bcfa6b5189 100644
--- a/gnome-extra/polkit-gnome/polkit-gnome-0.100.ebuild
+++ b/gnome-extra/polkit-gnome/polkit-gnome-0.100.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/gnome-extra/polkit-gnome/polkit-gnome-0.100.ebuild,v 1.2 2011/03/19 12:13:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/polkit-gnome-0.100.ebuild,v 1.3 2011/04/07 08:36:04 abcd Exp $
EAPI="3"
@@ -17,7 +17,7 @@ IUSE="doc examples +introspection"
# XXX: Change to gtk3 when it gets added to ~arch
# Strict dep on the same polkit shouldn't be needed, but we can't be sure
-RDEPEND=">=x11-libs/gtk+-2.17.1:2
+RDEPEND=">=x11-libs/gtk+-2.17.1:2[introspection?]
>=sys-auth/polkit-${PV}
introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
!lxde-base/lxpolkit"
diff --git a/gnome-extra/polkit-gnome/polkit-gnome-0.101-r1.ebuild b/gnome-extra/polkit-gnome/polkit-gnome-0.101-r1.ebuild
index dc2e06427152..6729e7ff255d 100644
--- a/gnome-extra/polkit-gnome/polkit-gnome-0.101-r1.ebuild
+++ b/gnome-extra/polkit-gnome/polkit-gnome-0.101-r1.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/gnome-extra/polkit-gnome/polkit-gnome-0.101-r1.ebuild,v 1.1 2011/03/21 11:21:33 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/polkit-gnome-0.101-r1.ebuild,v 1.2 2011/04/07 08:36:04 abcd Exp $
EAPI=3
inherit autotools eutils
@@ -16,7 +16,7 @@ IUSE="doc examples +introspection"
# XXX: Change to gtk3 when it gets added to ~arch
# Strict dep on the same polkit shouldn't be needed, but we can't be sure
-RDEPEND=">=x11-libs/gtk+-2.17.1:2
+RDEPEND=">=x11-libs/gtk+-2.17.1:2[introspection?]
>=sys-auth/polkit-${PV}
introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
!lxde-base/lxpolkit"
diff --git a/gnome-extra/polkit-gnome/polkit-gnome-0.99.ebuild b/gnome-extra/polkit-gnome/polkit-gnome-0.99.ebuild
index 01f47c1a2bd7..46f0ed8b4041 100644
--- a/gnome-extra/polkit-gnome/polkit-gnome-0.99.ebuild
+++ b/gnome-extra/polkit-gnome/polkit-gnome-0.99.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/gnome-extra/polkit-gnome/polkit-gnome-0.99.ebuild,v 1.9 2011/03/22 21:13:35 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/polkit-gnome/polkit-gnome-0.99.ebuild,v 1.10 2011/04/07 08:36:04 abcd Exp $
EAPI=2
inherit autotools eutils
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE="doc examples +introspection"
-RDEPEND=">=x11-libs/gtk+-2.17.1:2
+RDEPEND=">=x11-libs/gtk+-2.17.1:2[introspection?]
>=sys-auth/polkit-0.97
introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
!lxde-base/lxpolkit"