summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-08-08 04:38:08 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-08-08 04:38:08 +0000
commit9a47e5db9faf17b45bd2e304fd2dc5b331101509 (patch)
tree9a6048be63103eaf67d0fc327b8fa3821dfae19c /sys-fs
parentKeyword amd64-linux, x86-linux (diff)
downloadgentoo-2-9a47e5db9faf17b45bd2e304fd2dc5b331101509.tar.gz
gentoo-2-9a47e5db9faf17b45bd2e304fd2dc5b331101509.tar.bz2
gentoo-2-9a47e5db9faf17b45bd2e304fd2dc5b331101509.zip
Update gobject-introspection dependency.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/ChangeLog6
-rw-r--r--sys-fs/udev/udev-187-r1.ebuild4
-rw-r--r--sys-fs/udev/udev-187-r2.ebuild4
-rw-r--r--sys-fs/udev/udev-9999.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index c7e482528d01..486ea7fe0187 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.706 2012/08/07 18:25:16 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.707 2012/08/08 04:38:08 tetromino Exp $
+
+ 08 Aug 2012; Alexandre Rostovtsev <tetromino@gentoo.org> udev-187-r1.ebuild,
+ udev-187-r2.ebuild, udev-9999.ebuild:
+ Update gobject-introspection dependency.
*udev-187-r2 (07 Aug 2012)
diff --git a/sys-fs/udev/udev-187-r1.ebuild b/sys-fs/udev/udev-187-r1.ebuild
index 0a2f24295e12..5d2c5906a42f 100644
--- a/sys-fs/udev/udev-187-r1.ebuild
+++ b/sys-fs/udev/udev-187-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/sys-fs/udev/udev-187-r1.ebuild,v 1.3 2012/08/04 16:09:32 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-187-r1.ebuild,v 1.4 2012/08/08 04:38:08 tetromino Exp $
EAPI=4
@@ -33,7 +33,7 @@ IUSE="doc gudev hwdb introspection keymap +openrc selinux static-libs"
RESTRICT="test"
COMMON_DEPEND="gudev? ( dev-libs/glib:2 )
- introspection? ( dev-libs/gobject-introspection )
+ introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
selinux? ( sys-libs/libselinux )
>=sys-apps/kmod-5
>=sys-apps/util-linux-2.20
diff --git a/sys-fs/udev/udev-187-r2.ebuild b/sys-fs/udev/udev-187-r2.ebuild
index 0a2fc818a0fd..f71001d97758 100644
--- a/sys-fs/udev/udev-187-r2.ebuild
+++ b/sys-fs/udev/udev-187-r2.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/sys-fs/udev/udev-187-r2.ebuild,v 1.1 2012/08/07 18:25:16 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-187-r2.ebuild,v 1.2 2012/08/08 04:38:08 tetromino Exp $
EAPI=4
@@ -33,7 +33,7 @@ IUSE="doc gudev hwdb introspection keymap +openrc selinux static-libs"
RESTRICT="test"
COMMON_DEPEND="gudev? ( dev-libs/glib:2 )
- introspection? ( dev-libs/gobject-introspection )
+ introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
selinux? ( sys-libs/libselinux )
>=sys-apps/kmod-5
>=sys-apps/util-linux-2.20
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
index 07c29495eb28..28fe5d949766 100644
--- a/sys-fs/udev/udev-9999.ebuild
+++ b/sys-fs/udev/udev-9999.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/sys-fs/udev/udev-9999.ebuild,v 1.104 2012/08/07 18:25:16 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.105 2012/08/08 04:38:08 tetromino Exp $
EAPI=4
@@ -33,7 +33,7 @@ IUSE="doc gudev hwdb introspection keymap +openrc selinux static-libs"
RESTRICT="test"
COMMON_DEPEND="gudev? ( dev-libs/glib:2 )
- introspection? ( dev-libs/gobject-introspection )
+ introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
selinux? ( sys-libs/libselinux )
>=sys-apps/kmod-5
>=sys-apps/util-linux-2.20