diff options
author | 2025-02-24 04:48:24 +0000 | |
---|---|---|
committer | 2025-02-24 04:54:05 +0000 | |
commit | eeb57fbcadc641d08275c5a138c322e195e9a896 (patch) | |
tree | c54fe7bcc965eb3666c228addff1542dfb28d547 /sys-boot | |
parent | sci-visualization/pythonprop: don't open-code default_src_prepare (diff) | |
download | gentoo-eeb57fbcadc641d08275c5a138c322e195e9a896.tar.gz gentoo-eeb57fbcadc641d08275c5a138c322e195e9a896.tar.bz2 gentoo-eeb57fbcadc641d08275c5a138c322e195e9a896.zip |
sys-boot/arcload: drop bogus eapply_user
'default' is called already in src_prepare (which calls eapply_user).
This would apply user patches twice.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/arcload/arcload-0.50-r3.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys-boot/arcload/arcload-0.50-r3.ebuild b/sys-boot/arcload/arcload-0.50-r3.ebuild index 5374983af6f3..1c6c69b83d91 100644 --- a/sys-boot/arcload/arcload-0.50-r3.ebuild +++ b/sys-boot/arcload/arcload-0.50-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -39,11 +39,6 @@ PATCHES=( "${PATCHDIR}/${P}-silence-warnings.patch" # Silence various warnings due to the code being old ) -src_prepare() { - default - eapply_user -} - src_compile() { local myCC myCC64 myLD myLD64 |