diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-05-31 09:07:37 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-05-31 09:12:17 +0200 |
commit | 2b0eb1bf4fb20a7f821b5e13bd3a665d5cfdc380 (patch) | |
tree | 26d96715c1d699e1f4f5927a550c3a28642be772 /sys-boot | |
parent | net-misc/youtube-dl: Old (diff) | |
download | gentoo-2b0eb1bf4fb20a7f821b5e13bd3a665d5cfdc380.tar.gz gentoo-2b0eb1bf4fb20a7f821b5e13bd3a665d5cfdc380.tar.bz2 gentoo-2b0eb1bf4fb20a7f821b5e13bd3a665d5cfdc380.zip |
sys-boot/palo: Update live ebuild
PALOVERSION no longer needs to be set after unpacking.
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/palo/palo-9999.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild index c7ae9c107e1b..1c733273f096 100644 --- a/sys-boot/palo/palo-9999.ebuild +++ b/sys-boot/palo/palo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,11 +16,6 @@ PATCHES=( "${FILESDIR}"/${PN}-2.00-toolchain.patch ) -src_prepare() { - default - sed -i lib/common.h -e '/^#define PALOVERSION/{s|".*"|"'${PV}'"|g}' || die -} - src_compile() { local target for target in '-C palo' '-C ipl' 'iplboot'; do |