commit:     27a7384c4c9299ee4854d9da2bacab66b8343953
Author:     Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Sat Apr  9 12:19:52 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 12:19:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27a7384c

games-fps/assaultcube: replace eapply{,user} with default

Again, thanks to thesamesam for reporting this.

Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>

 games-fps/assaultcube/assaultcube-1.3.0.2.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/games-fps/assaultcube/assaultcube-1.3.0.2.ebuild 
b/games-fps/assaultcube/assaultcube-1.3.0.2.ebuild
index d66c888b2..ef8e8f81f 100644
--- a/games-fps/assaultcube/assaultcube-1.3.0.2.ebuild
+++ b/games-fps/assaultcube/assaultcube-1.3.0.2.ebuild
@@ -22,14 +22,13 @@ RDEPEND="sys-libs/zlib
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/clang"
 PATCHES=(
-       "${FILESDIR}/assaultcube-1.3.0.2-respect-ldflags.patch
-       ${FILESDIR}/assaultcube-1.3.0.2-fix-checkinstall.patch" # a script 
which checks for required libs and certain parts of the game
+       "${FILESDIR}/assaultcube-1.3.0.2-respect-ldflags.patch"
+       "${FILESDIR}/assaultcube-1.3.0.2-fix-checkinstall.patch" # a script 
which checks for required libs and certain parts of the game
 )
 IUSE="debug"
 
 src_prepare() {
-       eapply ${PATCHES}
-       eapply_user
+       default
        sed -i 's|//#define PRODUCTION|#define PRODUCTION|' 
"${S}/source/src/cube.h"
 }
 

Reply via email to