diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-01-26 20:16:13 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-01-26 20:16:13 +0000 |
commit | 0570822031ec429f299340ccfd281b98220b2b7e (patch) | |
tree | 10a4b1974e9041d88c5c741321ef15578b140ac0 /sys-firmware/ipxe | |
parent | Initial commit. Thanks to PhobosK <phobosk@fastmail.fm> who will maintain it.... (diff) | |
download | gentoo-2-0570822031ec429f299340ccfd281b98220b2b7e.tar.gz gentoo-2-0570822031ec429f299340ccfd281b98220b2b7e.tar.bz2 gentoo-2-0570822031ec429f299340ccfd281b98220b2b7e.zip |
USE=iso needs virtual/cdrtools to successfully build as discovered by Homer Parker <hparker@gentoo.org> bug #454190
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-firmware/ipxe')
-rw-r--r-- | sys-firmware/ipxe/ChangeLog | 6 | ||||
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-firmware/ipxe/ChangeLog b/sys-firmware/ipxe/ChangeLog index b36010b58727..9a8669a22c62 100644 --- a/sys-firmware/ipxe/ChangeLog +++ b/sys-firmware/ipxe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-firmware/ipxe # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ChangeLog,v 1.4 2013/01/24 22:09:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ChangeLog,v 1.5 2013/01/26 20:16:13 cardoe Exp $ + + 26 Jan 2013; Doug Goldstein <cardoe@gentoo.org> ipxe-1.0.0_p20120905.ebuild: + USE=iso needs virtual/cdrtools to successfully build as discovered by Homer + Parker <hparker@gentoo.org> bug #454190 24 Jan 2013; Agostino Sarubbo <ago@gentoo.org> ipxe-1.0.0_p20120905.ebuild: Stable for x86, wrt bug #453762 diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild index ac69f4554746..6490bb1e24a2 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20120905.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-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild,v 1.4 2013/01/24 22:09:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20120905.ebuild,v 1.5 2013/01/26 20:16:13 cardoe Exp $ EAPI=4 @@ -19,7 +19,10 @@ IUSE="iso +qemu undi usb vmware" DEPEND="sys-devel/make dev-lang/perl sys-libs/zlib - iso? ( sys-boot/syslinux )" + iso? ( + sys-boot/syslinux + virtual/cdrtools + )" RDEPEND="" S="${WORKDIR}/ipxe-${GIT_SHORT}/src" |