summaryrefslogtreecommitdiff
path: root/dev-cpp/sol2/sol2-3.2.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/sol2/sol2-3.2.2.ebuild')
-rw-r--r--dev-cpp/sol2/sol2-3.2.2.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-cpp/sol2/sol2-3.2.2.ebuild b/dev-cpp/sol2/sol2-3.2.2.ebuild
index 4a8b270ac71e..8af75c6deec7 100644
--- a/dev-cpp/sol2/sol2-3.2.2.ebuild
+++ b/dev-cpp/sol2/sol2-3.2.2.ebuild
@@ -8,10 +8,7 @@ inherit cmake lua
DESCRIPTION="Header-only C++ <-> Lua API wrapper"
HOMEPAGE="https://github.com/ThePhD/sol2"
-SRC_URI="
- https://github.com/ThePhD/sol2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
- https://github.com/ThePhD/sol2/commit/e5e6466e09b632677d24a8f204d6a0ea0a8862b1.patch -> ${P}-gcc11.patch
-"
+SRC_URI="https://github.com/ThePhD/sol2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -33,7 +30,7 @@ BDEPEND="
"
PATCHES=(
- "${DISTDIR}"/${P}-gcc11.patch
+ "${FILESDIR}"/${P}-gcc11.patch
"${FILESDIR}"/${P}-luajit-pkgconf.patch
"${FILESDIR}"/${P}-catch-depend.patch
)