summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-02-15 18:24:04 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-02-15 18:24:04 +0000
commit2e72db675ddefa92cd57da71a1ff149c49dd0052 (patch)
tree15ff3b77dfd188ea08999fa1c0de7a73e360d191 /sys-apps
parentremove the check for kallsyms for now; udev does not use the kallsyms functio... (diff)
downloadgentoo-2-2e72db675ddefa92cd57da71a1ff149c49dd0052.tar.gz
gentoo-2-2e72db675ddefa92cd57da71a1ff149c49dd0052.tar.bz2
gentoo-2-2e72db675ddefa92cd57da71a1ff149c49dd0052.zip
Also add USE=syslog latest ~arch, bug #444718
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/busybox/ChangeLog5
-rw-r--r--sys-apps/busybox/busybox-1.21.0.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog
index 6fcb4bf03643..fd082910a78b 100644
--- a/sys-apps/busybox/ChangeLog
+++ b/sys-apps/busybox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/busybox
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.336 2013/02/15 01:50:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.337 2013/02/15 18:24:04 blueness Exp $
+
+ 15 Feb 2013; Anthony G. Basile <blueness@gentoo.org> busybox-1.21.0.ebuild:
+ Also add USE=syslog latest ~arch, bug #444718
15 Feb 2013; Anthony G. Basile <blueness@gentoo.org> busybox-9999.ebuild:
Add USE=syslog to satisfy virtual/logger, bug #444718
diff --git a/sys-apps/busybox/busybox-1.21.0.ebuild b/sys-apps/busybox/busybox-1.21.0.ebuild
index 9e76dfcf6a37..2284e9193d3c 100644
--- a/sys-apps/busybox/busybox-1.21.0.ebuild
+++ b/sys-apps/busybox/busybox-1.21.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.21.0.ebuild,v 1.2 2013/01/25 18:51:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.21.0.ebuild,v 1.3 2013/02/15 18:24:04 blueness Exp $
# See `man savedconfig.eclass` for info on how to use USE=savedconfig.
@@ -21,7 +21,9 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="ipv6 livecd make-symlinks math mdev -pam selinux sep-usr +static systemd"
+
+# USE=syslog simply satisfies sys-apps/busybox[syslog] in virtual/logger, bug #444718
+IUSE="ipv6 livecd make-symlinks math mdev -pam selinux sep-usr +static syslog systemd"
RESTRICT="test"
RDEPEND="!static? ( selinux? ( sys-libs/libselinux ) )