From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E95F15800A for ; Mon, 21 Aug 2023 13:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31DFF2BC014; Mon, 21 Aug 2023 13:33:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14D5D2BC014 for ; Mon, 21 Aug 2023 13:33:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19E5C3411EF for ; Mon, 21 Aug 2023 13:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7982E104A for ; Mon, 21 Aug 2023 13:32:57 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1692624723.4fc023fc6a1edcea2311c27e0cb545eb29682c8c.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild X-VCS-Directories: app-i18n/ibus-table-others/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 4fc023fc6a1edcea2311c27e0cb545eb29682c8c X-VCS-Branch: master Date: Mon, 21 Aug 2023 13:32:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1800f387-84bc-4f7c-814f-dd42f3a353b6 X-Archives-Hash: 369df4c8b045c2921bb788eca2ca890c commit: 4fc023fc6a1edcea2311c27e0cb545eb29682c8c Author: Akinori Hattori gentoo org> AuthorDate: Mon Aug 21 13:29:26 2023 +0000 Commit: Akinori Hattori gentoo 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 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 +}