summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-03-08 13:27:21 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-03-08 13:27:21 +0000
commit9095533dcc37824f50b840d68b7497f18e11fe15 (patch)
treeb267779a6cbf59307255922bd44d15a0e3a91a13 /sys-fs/udev/udev-104-r12.ebuild
parent* bump (diff)
downloadhistorical-9095533dcc37824f50b840d68b7497f18e11fe15.tar.gz
historical-9095533dcc37824f50b840d68b7497f18e11fe15.tar.bz2
historical-9095533dcc37824f50b840d68b7497f18e11fe15.zip
Depending on baselayout-1.12.5 now, as >udev-103 breaks older baselayouts for missing /sbin/udev, Bug #169758.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'sys-fs/udev/udev-104-r12.ebuild')
-rw-r--r--sys-fs/udev/udev-104-r12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-104-r12.ebuild b/sys-fs/udev/udev-104-r12.ebuild
index a3794e1cac96..16427123642b 100644
--- a/sys-fs/udev/udev-104-r12.ebuild
+++ b/sys-fs/udev/udev-104-r12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-104-r12.ebuild,v 1.1 2007/02/20 10:28:41 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-104-r12.ebuild,v 1.2 2007/03/08 13:27:20 zzam Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
@@ -16,7 +16,7 @@ IUSE="selinux"
DEPEND="selinux? ( sys-libs/libselinux )"
RDEPEND="!sys-apps/coldplug"
RDEPEND="${DEPEND} ${RDEPEND}
- >=sys-apps/baselayout-1.11.14"
+ >=sys-apps/baselayout-1.12.5"
# We need the lib/rcscripts/addon support
PROVIDE="virtual/dev-manager"