diff options
author | 2024-02-21 09:29:24 -0800 | |
---|---|---|
committer | 2024-03-16 10:55:15 +0200 | |
commit | 3d860473a378df53921265a9b52daa46b6bfe641 (patch) | |
tree | ce8726c06da64270c380232554b32e7c5091f2d7 /app-i18n/multiskkserv/multiskkserv-20100128.ebuild | |
parent | dev-libs/kpathsea: fix test with slibtool (diff) | |
download | gentoo-3d860473a378df53921265a9b52daa46b6bfe641.tar.gz gentoo-3d860473a378df53921265a9b52daa46b6bfe641.tar.bz2 gentoo-3d860473a378df53921265a9b52daa46b6bfe641.zip |
app-i18n/multiskkserv: fix tests with slibtool
Closes: https://bugs.gentoo.org/924142
Upstream-PR: https://github.com/sina-ht/multiskkserv/pull/1
Upstream-Commit: https://github.com/sina-ht/multiskkserv/commit/20983c7ea43e4a0c12df123e17901fa40ed2f914
Signed-off-by: orbea <orbea@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/35473
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-i18n/multiskkserv/multiskkserv-20100128.ebuild')
-rw-r--r-- | app-i18n/multiskkserv/multiskkserv-20100128.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-i18n/multiskkserv/multiskkserv-20100128.ebuild b/app-i18n/multiskkserv/multiskkserv-20100128.ebuild index a12237346057..ff88aaa52024 100644 --- a/app-i18n/multiskkserv/multiskkserv-20100128.ebuild +++ b/app-i18n/multiskkserv/multiskkserv-20100128.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -23,7 +23,10 @@ RDEPEND="app-i18n/skk-jisyo[cdb] DEPEND="${RDEPEND} test? ( app-i18n/nkf )" -PATCHES=( "${FILESDIR}"/${PN}-cdb.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-cdb.patch + "${FILESDIR}"/${PN}-slibtool.patch #924142 +) src_prepare() { default |