diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-04-29 01:13:49 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-04-29 01:13:49 +0000 |
commit | 605221b323dda356f1f94072efb9c6f1cf6ff9c0 (patch) | |
tree | 5209310bbe592902cf635636dcdd22a25c488860 /sys-boot | |
parent | Override src_test. (diff) | |
download | gentoo-2-605221b323dda356f1f94072efb9c6f1cf6ff9c0.tar.gz gentoo-2-605221b323dda356f1f94072efb9c6f1cf6ff9c0.tar.bz2 gentoo-2-605221b323dda356f1f94072efb9c6f1cf6ff9c0.zip |
Add test dependencies.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 10 |
2 files changed, 12 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 2b97d2176107..1c1b7e59ce14 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.260 2013/04/29 01:02:31 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.261 2013/04/29 01:13:49 floppym Exp $ + + 29 Apr 2013; Mike Gilbert <floppym@gentoo.org> grub-9999.ebuild: + Add test dependencies. 29 Apr 2013; Mike Gilbert <floppym@gentoo.org> grub-9999.ebuild: Override src_test. diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 7998e6663ac4..db4c8e4a8fc8 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.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-boot/grub/grub-9999.ebuild,v 1.91 2013/04/29 01:02:31 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.92 2013/04/29 01:13:49 floppym Exp $ EAPI=5 AUTOTOOLS_AUTO_DEPEND=yes @@ -40,7 +40,7 @@ HOMEPAGE="http://www.gnu.org/software/grub/" LICENSE="GPL-3" SLOT="2" -IUSE="custom-cflags debug device-mapper doc efiemu mount multislot nls static sdl truetype libzfs" +IUSE="custom-cflags debug device-mapper doc efiemu mount multislot nls static sdl test truetype libzfs" GRUB_ALL_PLATFORMS=( # everywhere: @@ -93,6 +93,10 @@ DEPEND="${RDEPEND} sys-libs/zlib[static-libs(+)] ) ) + test? ( + dev-libs/libisoburn + app-emulation/qemu + ) " RDEPEND+=" kernel_linux? ( @@ -210,6 +214,8 @@ src_compile() { } src_test() { + # The qemu dependency is a bit complex. + # You will need to adjust QEMU_SOFTMMU_TARGETS to match the cpu/platform. multibuild_foreach_variant autotools-utils_src_test } |