diff options
author | 2012-10-03 18:51:18 +0000 | |
---|---|---|
committer | 2012-10-03 18:51:18 +0000 | |
commit | 117d11cee47960778dec01e750ee32f2d6d59d9b (patch) | |
tree | 613b707e8dcad2fa3260d9c9134189d0ca418f19 /sys-apps/busybox | |
parent | Stable for HPPA (bug #437024). (diff) | |
download | gentoo-2-117d11cee47960778dec01e750ee32f2d6d59d9b.tar.gz gentoo-2-117d11cee47960778dec01e750ee32f2d6d59d9b.tar.bz2 gentoo-2-117d11cee47960778dec01e750ee32f2d6d59d9b.zip |
Add systemd to IUSE #437054 by Arne Stäcker.
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-1.20.2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog index c24a773797ba..e024088083ef 100644 --- a/sys-apps/busybox/ChangeLog +++ b/sys-apps/busybox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/busybox # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.327 2012/09/26 21:25:24 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.328 2012/10/03 18:51:18 vapier Exp $ + + 03 Oct 2012; Mike Frysinger <vapier@gentoo.org> busybox-1.20.2.ebuild, + busybox-9999.ebuild: + Add systemd to IUSE #437054 by Arne Stäcker. 26 Sep 2012; Robin H. Johnson <robbat2@gentoo.org> files/mdev.rc.1: New virtual init.d to split the /dev mount vs. daemon more cleanly. diff --git a/sys-apps/busybox/busybox-1.20.2.ebuild b/sys-apps/busybox/busybox-1.20.2.ebuild index 17066da721b5..f7024823c2ff 100644 --- a/sys-apps/busybox/busybox-1.20.2.ebuild +++ b/sys-apps/busybox/busybox-1.20.2.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/busybox/busybox-1.20.2.ebuild,v 1.8 2012/09/18 03:37:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.20.2.ebuild,v 1.9 2012/10/03 18:51:18 vapier Exp $ EAPI="4" inherit eutils flag-o-matic savedconfig toolchain-funcs multilib @@ -57,7 +57,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="ipv6 livecd make-symlinks math mdev -pam selinux sep-usr static" +IUSE="ipv6 livecd make-symlinks math mdev -pam selinux sep-usr static systemd" RESTRICT="test" RDEPEND="selinux? ( sys-libs/libselinux ) diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index b8d442b531a9..74f4463efe49 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.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/busybox/busybox-9999.ebuild,v 1.5 2012/09/18 03:37:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v 1.6 2012/10/03 18:51:18 vapier Exp $ EAPI="4" inherit eutils flag-o-matic savedconfig toolchain-funcs multilib @@ -57,7 +57,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="ipv6 livecd make-symlinks math mdev -pam selinux sep-usr static" +IUSE="ipv6 livecd make-symlinks math mdev -pam selinux sep-usr static systemd" RESTRICT="test" RDEPEND="selinux? ( sys-libs/libselinux ) |