summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/busybox/ChangeLog6
-rw-r--r--sys-apps/busybox/busybox-1.23.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog
index 7de25a332a90..4e1a92308221 100644
--- a/sys-apps/busybox/ChangeLog
+++ b/sys-apps/busybox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/busybox
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.372 2014/12/30 19:13:42 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.373 2014/12/30 22:10:06 williamh Exp $
+
+ 30 Dec 2014; William Hubbs <williamh@gentoo.org> busybox-1.23.0.ebuild:
+ Put the openrc blocker behind the mdev use flag since it is not relevant
+ otherwise
*busybox-1.23.0 (30 Dec 2014)
diff --git a/sys-apps/busybox/busybox-1.23.0.ebuild b/sys-apps/busybox/busybox-1.23.0.ebuild
index ccf9e3ac02ee..b97527644958 100644
--- a/sys-apps/busybox/busybox-1.23.0.ebuild
+++ b/sys-apps/busybox/busybox-1.23.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.23.0.ebuild,v 1.1 2014/12/30 19:13:42 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.23.0.ebuild,v 1.2 2014/12/30 22:10:06 williamh Exp $
# See `man savedconfig.eclass` for info on how to use USE=savedconfig.
@@ -30,7 +30,7 @@ DEPEND="${COMMON_DEPEND}
static? ( selinux? ( sys-libs/libselinux[static-libs(+)] ) )
>=sys-kernel/linux-headers-2.6.39"
RDEPEND="${COMMON_DEPEND}
- !<sys-apps/openrc-0.13"
+mdev? ( !<sys-apps/openrc-0.13 )"
S=${WORKDIR}/${MY_P}