diff options
author | 2013-07-23 10:57:25 +0000 | |
---|---|---|
committer | 2013-07-23 10:57:25 +0000 | |
commit | fb00806c201ef4fc5bd65d9af6de178032ffa8ec (patch) | |
tree | f92d76877fe5a1511ba51c8acad647dfed43d1cf /sys-fs/udev | |
parent | Drop old revision (diff) | |
download | gentoo-2-fb00806c201ef4fc5bd65d9af6de178032ffa8ec.tar.gz gentoo-2-fb00806c201ef4fc5bd65d9af6de178032ffa8ec.tar.bz2 gentoo-2-fb00806c201ef4fc5bd65d9af6de178032ffa8ec.zip |
Force at least sys-apps/kmod >= 14-r1 to be OpenRC compatible with the static-nodes init script.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs/udev')
-rw-r--r-- | sys-fs/udev/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/udev/udev-206.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index 68c5e5cdf7d8..cb6dcde571c9 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.938 2013/07/23 05:00:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.939 2013/07/23 10:57:25 ssuominen Exp $ + + 23 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> udev-206.ebuild, + udev-9999.ebuild: + Force at least sys-apps/kmod >= 14-r1 to be OpenRC compatible with the + static-nodes init script. *udev-206 (23 Jul 2013) diff --git a/sys-fs/udev/udev-206.ebuild b/sys-fs/udev/udev-206.ebuild index c523d145f68d..2b01436713bb 100644 --- a/sys-fs/udev/udev-206.ebuild +++ b/sys-fs/udev/udev-206.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-206.ebuild,v 1.1 2013/07/23 05:00:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-206.ebuild,v 1.2 2013/07/23 10:57:25 ssuominen Exp $ EAPI=5 @@ -40,7 +40,7 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.20 acl? ( sys-apps/acl ) gudev? ( >=dev-libs/glib-2 ) introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) - kmod? ( >=sys-apps/kmod-14 ) + kmod? ( >=sys-apps/kmod-14-r1 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) !<sys-libs/glibc-2.11 !sys-apps/systemd" diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index b9766c0568b7..5c7fbfca9e7b 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.238 2013/07/23 05:00:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.239 2013/07/23 10:57:25 ssuominen Exp $ EAPI=5 @@ -40,7 +40,7 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.20 acl? ( sys-apps/acl ) gudev? ( >=dev-libs/glib-2 ) introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) - kmod? ( >=sys-apps/kmod-14 ) + kmod? ( >=sys-apps/kmod-14-r1 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) !<sys-libs/glibc-2.11 !sys-apps/systemd" |