commit: 4fc023fc6a1edcea2311c27e0cb545eb29682c8c Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Mon Aug 21 13:29:26 2023 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Mon Aug 21 13:32:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc023fc
app-i18n/ibus-table-others: fix build with dev-lang/python-exec[-native-symlinks] Closes: https://bugs.gentoo.org/912415 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild | 9 +++++++++ app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild index 01282c650fbd..02c15aee3b1d 100644 --- a/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild @@ -3,6 +3,8 @@ EAPI="8" +inherit autotools + DESCRIPTION="Various tables for IBus-Table" HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others" SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz" @@ -19,3 +21,10 @@ RDEPEND="app-i18n/ibus-table !app-i18n/ibus-table-tv" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" + +src_prepare() { + sed -i '/AM_PATH_PYTHON/d' configure.ac + + default + eautoreconf +} diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild index 3b9d129a0b69..8f38bd24b0bd 100644 --- a/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild @@ -3,6 +3,8 @@ EAPI="8" +inherit autotools + DESCRIPTION="Various tables for IBus-Table" HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others" SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz" @@ -19,3 +21,10 @@ RDEPEND="app-i18n/ibus-table !app-i18n/ibus-table-tv" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" + +src_prepare() { + sed -i '/AM_PATH_PYTHON/d' configure.ac + + default + eautoreconf +}
