diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-04 01:31:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-04 01:31:58 +0000 |
commit | c5662af4793f892ff1498a439f8565dcfcc73139 (patch) | |
tree | a96e6905f01ad2b498ae754150e0a5ad0a325206 /sys-apps | |
parent | revbump, nvtt and glut flags added, wrt #411565 and #375841 (diff) | |
download | gentoo-2-c5662af4793f892ff1498a439f8565dcfcc73139.tar.gz gentoo-2-c5662af4793f892ff1498a439f8565dcfcc73139.tar.bz2 gentoo-2-c5662af4793f892ff1498a439f8565dcfcc73139.zip |
Add USE=math to control libm usage in awk.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/busybox/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-1.20.0.ebuild | 7 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-9999.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/busybox/metadata.xml | 1 |
4 files changed, 13 insertions, 6 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog index a5f84f46e7c4..c42dd2329d77 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.304 2012/05/03 01:50:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.305 2012/05/04 01:31:58 vapier Exp $ + + 04 May 2012; Mike Frysinger <vapier@gentoo.org> busybox-1.20.0.ebuild, + busybox-9999.ebuild, metadata.xml: + Add USE=math to control libm usage in awk. 03 May 2012; Mike Frysinger <vapier@gentoo.org> +files/busybox-1.20.0-udhcpc6-ipv6.patch: diff --git a/sys-apps/busybox/busybox-1.20.0.ebuild b/sys-apps/busybox/busybox-1.20.0.ebuild index b3cafd9e260e..39f0d8aa7165 100644 --- a/sys-apps/busybox/busybox-1.20.0.ebuild +++ b/sys-apps/busybox/busybox-1.20.0.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.0.ebuild,v 1.1 2012/04/30 01:59:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.20.0.ebuild,v 1.2 2012/05/04 01:31:58 vapier Exp $ EAPI="4" inherit eutils flag-o-matic savedconfig toolchain-funcs @@ -52,12 +52,12 @@ if [[ ${PV} == "9999" ]] ; then else MY_P=${PN}-${PV/_/-} SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.bz2" - #KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" SLOT="0" -IUSE="ipv6 make-symlinks mdev -pam selinux sep-usr static" +IUSE="ipv6 make-symlinks math mdev -pam selinux sep-usr static" RESTRICT="test" RDEPEND="selinux? ( sys-libs/libselinux ) @@ -154,6 +154,7 @@ src_configure() { && busybox_config_option n PAM \ || busybox_config_option pam PAM busybox_config_option static STATIC + busybox_config_option math FEATURE_AWK_LIBM # all the debug options are compiler related, so punt them busybox_config_option n DEBUG diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index 47ad0b37eb57..a01ee9d68a55 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.1 2012/04/30 01:59:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-9999.ebuild,v 1.2 2012/05/04 01:31:58 vapier Exp $ EAPI="4" inherit eutils flag-o-matic savedconfig toolchain-funcs @@ -57,7 +57,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="ipv6 make-symlinks mdev -pam selinux sep-usr static" +IUSE="ipv6 make-symlinks math mdev -pam selinux sep-usr static" RESTRICT="test" RDEPEND="selinux? ( sys-libs/libselinux ) @@ -154,6 +154,7 @@ src_configure() { && busybox_config_option n PAM \ || busybox_config_option pam PAM busybox_config_option static STATIC + busybox_config_option math FEATURE_AWK_LIBM # all the debug options are compiler related, so punt them busybox_config_option n DEBUG diff --git a/sys-apps/busybox/metadata.xml b/sys-apps/busybox/metadata.xml index f56c96462a5d..2d61865d0225 100644 --- a/sys-apps/busybox/metadata.xml +++ b/sys-apps/busybox/metadata.xml @@ -4,6 +4,7 @@ <herd>embedded</herd> <use> <flag name="make-symlinks">Create all the appropriate symlinks in /bin and /sbin.</flag> +<flag name="math">Enable math support in gawk (requires libm)</flag> <flag name="mdev">Create the appropriate symlink in /sbin and install mdev.conf and support files</flag> <flag name="nfs">Support mounting nfs shares</flag> <flag name="sep-usr">Support a separate /usr without needing an initramfs by booting with init=/bbinit</flag> |