summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2014-12-30 22:10:06 +0000
committerWilliam Hubbs <williamh@gentoo.org>2014-12-30 22:10:06 +0000
commit13509124d4ab9cf69aba6500711ce1f6918c58c6 (patch)
treebfbf67c7258b8922174b30a92a7a0ba4bec52e7c /sys-apps
parentVersion bump. Has some small bug and crash fixes. Remove old (diff)
downloadgentoo-2-13509124d4ab9cf69aba6500711ce1f6918c58c6.tar.gz
gentoo-2-13509124d4ab9cf69aba6500711ce1f6918c58c6.tar.bz2
gentoo-2-13509124d4ab9cf69aba6500711ce1f6918c58c6.zip
Put the openrc blocker behind the mdev use flag since it is not relevant otherwise
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
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}