diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:15:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:30 +0100 |
commit | 9cdd44309ede97bdf62cbc62c5997ee7c3d806bc (patch) | |
tree | 0846a3e7a1d983a6f04443ca8b20a35b0c7d9231 /sys-firmware/ipxe | |
parent | sys-firmware/edk2-ovmf: eutils-- (diff) | |
download | gentoo-9cdd44309ede97bdf62cbc62c5997ee7c3d806bc.tar.gz gentoo-9cdd44309ede97bdf62cbc62c5997ee7c3d806bc.tar.bz2 gentoo-9cdd44309ede97bdf62cbc62c5997ee7c3d806bc.zip |
sys-firmware/ipxe: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-firmware/ipxe')
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.0.0_p20180211.ebuild | 4 | ||||
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild | 4 | ||||
-rw-r--r-- | sys-firmware/ipxe/ipxe-1.21.1.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20180211.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20180211.ebuild index e896449d6c5e..b13500031e9b 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20180211.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20180211.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit toolchain-funcs eutils savedconfig +inherit toolchain-funcs savedconfig GIT_REV="546dd51de8459d4d09958891f426fa2c73ff090d" GIT_SHORT=${GIT_REV:0:7} diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild index a173db1969e0..dc6b098f4149 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit toolchain-funcs eutils savedconfig +inherit toolchain-funcs savedconfig GIT_REV="a4f8c6e31f6c62522cfc633bbbffa81b22f9d6f3" GIT_SHORT=${GIT_REV:0:7} diff --git a/sys-firmware/ipxe/ipxe-1.21.1.ebuild b/sys-firmware/ipxe/ipxe-1.21.1.ebuild index a55193b9b7b8..0f92fd444cb5 100644 --- a/sys-firmware/ipxe/ipxe-1.21.1.ebuild +++ b/sys-firmware/ipxe/ipxe-1.21.1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit toolchain-funcs eutils savedconfig +inherit toolchain-funcs savedconfig DESCRIPTION="Open source network boot (PXE) firmware" HOMEPAGE="https://ipxe.org/" |