diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 01:36:17 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 01:36:17 +0200 |
commit | feb82f1dc59083265cd0d6b70dbbe5dfe533f19c (patch) | |
tree | eb28842f4d34466d926d8ebcf869e3d9fe4dd067 /dev-lua | |
parent | dev-lua/luadbi: fix compilation with mysql-8 (diff) | |
download | gentoo-feb82f1dc59083265cd0d6b70dbbe5dfe533f19c.tar.gz gentoo-feb82f1dc59083265cd0d6b70dbbe5dfe533f19c.tar.bz2 gentoo-feb82f1dc59083265cd0d6b70dbbe5dfe533f19c.zip |
dev-lua/luadbi: use proper patch name
Renamed patch for fit the default naming convention.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luadbi/files/luadbi-0.5-makefile.patch (renamed from dev-lua/luadbi/files/0.5-r2-Makefile.patch) | 0 | ||||
-rw-r--r-- | dev-lua/luadbi/luadbi-0.5-r5.ebuild | 2 | ||||
-rw-r--r-- | dev-lua/luadbi/luadbi-0.5-r6.ebuild | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luadbi/files/0.5-r2-Makefile.patch b/dev-lua/luadbi/files/luadbi-0.5-makefile.patch index 98e4988b281b..98e4988b281b 100644 --- a/dev-lua/luadbi/files/0.5-r2-Makefile.patch +++ b/dev-lua/luadbi/files/luadbi-0.5-makefile.patch diff --git a/dev-lua/luadbi/luadbi-0.5-r5.ebuild b/dev-lua/luadbi/luadbi-0.5-r5.ebuild index a2d657fb7d5c..f2dd0d9452f3 100644 --- a/dev-lua/luadbi/luadbi-0.5-r5.ebuild +++ b/dev-lua/luadbi/luadbi-0.5-r5.ebuild @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}" src_prepare() { - epatch "${FILESDIR}"/${PV}-r2-Makefile.patch + epatch "${FILESDIR}"/${P}-makefile.patch epatch "${FILESDIR}"/${P}-mysql-8.patch sed -i -e "s#^INSTALL_DIR_LUA=.*#INSTALL_DIR_LUA=$(pkg-config --variable INSTALL_LMOD lua)#" \ -e "s#^INSTALL_DIR_BIN=.*#INSTALL_DIR_BIN=$(pkg-config --variable INSTALL_CMOD lua)#" \ diff --git a/dev-lua/luadbi/luadbi-0.5-r6.ebuild b/dev-lua/luadbi/luadbi-0.5-r6.ebuild index 44ae7c129ca2..6a338b541a1e 100644 --- a/dev-lua/luadbi/luadbi-0.5-r6.ebuild +++ b/dev-lua/luadbi/luadbi-0.5-r6.ebuild @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}" PATCHES=( - "${FILESDIR}"/${PV}-r2-Makefile.patch + "${FILESDIR}"/${P}-makefile.patch "${FILESDIR}"/${P}-mysql-8.patch ) |