diff options
author | 2012-10-26 21:34:56 +0000 | |
---|---|---|
committer | 2012-10-26 21:34:56 +0000 | |
commit | 8dd13a7af765127b4e0989ae33c68522c91d05c7 (patch) | |
tree | 22bba13658e8f1f26506b75a32a8ea6f4f8eba96 /sys-apps | |
parent | version bump (diff) | |
download | gentoo-2-8dd13a7af765127b4e0989ae33c68522c91d05c7.tar.gz gentoo-2-8dd13a7af765127b4e0989ae33c68522c91d05c7.tar.bz2 gentoo-2-8dd13a7af765127b4e0989ae33c68522c91d05c7.zip |
Fix udev dep, once and for all.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-195.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index 075d9ad4827b..617bdb20155a 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.57 2012/10/26 21:27:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.58 2012/10/26 21:34:56 mgorny Exp $ + + 26 Oct 2012; Michał Górny <mgorny@gentoo.org> systemd-195.ebuild: + Fix udev dep, once and for all. *systemd-195 (26 Oct 2012) diff --git a/sys-apps/systemd/systemd-195.ebuild b/sys-apps/systemd/systemd-195.ebuild index 6a4b88e0fd8c..df15132f5fa6 100644 --- a/sys-apps/systemd/systemd-195.ebuild +++ b/sys-apps/systemd/systemd-195.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-apps/systemd/systemd-195.ebuild,v 1.1 2012/10/26 21:27:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-195.ebuild,v 1.2 2012/10/26 21:34:56 mgorny Exp $ EAPI=4 @@ -21,7 +21,7 @@ MINKV="2.6.39" COMMON_DEPEND=">=sys-apps/dbus-1.4.10 >=sys-apps/kmod-5 >=sys-apps/util-linux-2.20 - ~sys-fs/udev-194 + ~sys-fs/udev-${PV} sys-libs/libcap acl? ( sys-apps/acl ) audit? ( >=sys-process/audit-2 ) |