diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-08-06 06:24:05 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-08-06 06:24:05 +0000 |
| commit | ce06bfef04eb51813858eb7bbf0a90e63db7fb6a (patch) | |
| tree | adedbc0a9b555278e0b8f81d82ade9f7190c3950 /dev-lua/luaossl/luaossl-20220711.ebuild | |
| parent | 40ba211fdc9b6a08efb34bcaf4e922ed47078011 (diff) | |
| download | baldeagleos-repo-ce06bfef04eb51813858eb7bbf0a90e63db7fb6a.tar.gz baldeagleos-repo-ce06bfef04eb51813858eb7bbf0a90e63db7fb6a.tar.xz baldeagleos-repo-ce06bfef04eb51813858eb7bbf0a90e63db7fb6a.zip | |
Adding metadata
Diffstat (limited to 'dev-lua/luaossl/luaossl-20220711.ebuild')
| -rw-r--r-- | dev-lua/luaossl/luaossl-20220711.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-lua/luaossl/luaossl-20220711.ebuild b/dev-lua/luaossl/luaossl-20220711.ebuild index 8348444c9ea3..37f72b63f045 100644 --- a/dev-lua/luaossl/luaossl-20220711.ebuild +++ b/dev-lua/luaossl/luaossl-20220711.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,7 +35,13 @@ src_prepare() { # Remove Lua autodetection # Respect users CFLAGS - sed -e '/LUAPATH :=/d' -e '/LUAPATH_FN =/d' -e '/HAVE_API_FN =/d' -e '/WITH_API_FN/d' -e 's/-O2//g' -i GNUmakefile || die + sed \ + -e '/LUAPATH :=/d' \ + -e '/LUAPATH_FN =/d' \ + -e '/HAVE_API_FN =/d' \ + -e '/WITH_API_FN/d' \ + -e 's/-O2//g' \ + -i GNUmakefile || die lua_copy_sources } |
