diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-02-02 08:17:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-02-02 08:17:37 +0000 |
commit | d156d67e0b2f838d36d766cc33ffc3464a417962 (patch) | |
tree | f5a0a43fd14d98439b5eefaf2106c64c5d102773 /sys-apps/busybox/busybox-1.22.1.ebuild | |
parent | Drop gssglue support as libtirpc itself no longer supports it #493912 by Tors... (diff) | |
download | gentoo-2-d156d67e0b2f838d36d766cc33ffc3464a417962.tar.gz gentoo-2-d156d67e0b2f838d36d766cc33ffc3464a417962.tar.bz2 gentoo-2-d156d67e0b2f838d36d766cc33ffc3464a417962.zip |
Add various fixes from upstream.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps/busybox/busybox-1.22.1.ebuild')
-rw-r--r-- | sys-apps/busybox/busybox-1.22.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/busybox/busybox-1.22.1.ebuild b/sys-apps/busybox/busybox-1.22.1.ebuild index 84ffb88b364d..50209837a3c3 100644 --- a/sys-apps/busybox/busybox-1.22.1.ebuild +++ b/sys-apps/busybox/busybox-1.22.1.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.22.1.ebuild,v 1.1 2014/01/20 06:34:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.22.1.ebuild,v 1.2 2014/02/02 08:17:37 vapier Exp $ # See `man savedconfig.eclass` for info on how to use USE=savedconfig. @@ -66,7 +66,7 @@ src_prepare() { # patches go here! epatch "${FILESDIR}"/${PN}-1.19.0-bb.patch - #epatch "${FILESDIR}"/${P}-*.patch + epatch "${FILESDIR}"/${P}-*.patch cp "${FILESDIR}"/ginit.c init/ || die # flag cleanup |