From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qttranslations/
Date: Mon, 6 Apr 2015 17:22:52 +0000 (UTC) [thread overview]
Message-ID: <1428340934.999f73c43088777dbe2639e8e556ce13449add6d.kensington@gentoo> (raw)
commit: 999f73c43088777dbe2639e8e556ce13449add6d
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 6 17:22:14 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Apr 6 17:22:14 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=999f73c4
[dev-qt/qttranslations] Only build for native ABI to avoid build failure since only ABI-neutral data is installed bug #545142.
Package-Manager: portage-2.2.18
dev-qt/qttranslations/qttranslations-4.8.9999.ebuild | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/dev-qt/qttranslations/qttranslations-4.8.9999.ebuild b/dev-qt/qttranslations/qttranslations-4.8.9999.ebuild
index ce1b953..a886d9c 100644
--- a/dev-qt/qttranslations/qttranslations-4.8.9999.ebuild
+++ b/dev-qt/qttranslations/qttranslations-4.8.9999.ebuild
@@ -24,7 +24,21 @@ RDEPEND="${DEPEND}"
QT4_TARGET_DIRECTORIES="translations"
multilib_src_configure() {
- qt4_prepare_env
- qt4_symlink_tools_to_build_dir
- qt4_foreach_target_subdir qt4_qmake
+ if multilib_is_native_abi; then
+ qt4_prepare_env
+ qt4_symlink_tools_to_build_dir
+ qt4_foreach_target_subdir qt4_qmake
+ fi
+}
+
+multilib_src_compile() {
+ multilib_is_native_abi && qt4_multilib_src_compile
+}
+
+multilib_src_test() {
+ multilib_is_native_abi && qt4_multilib_src_test
+}
+
+multilib_src_install() {
+ multilib_is_native_abi && qt4_multilib_src_install
}
next reply other threads:[~2015-04-06 17:23 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-06 17:22 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-30 14:03 [gentoo-commits] proj/qt:master commit in: dev-qt/qttranslations/ Andreas Sturmlechner
2023-07-13 18:41 Jimi Huotari
2022-11-05 16:39 Andreas Sturmlechner
2022-06-18 14:27 Andreas Sturmlechner
2022-05-14 21:14 Andreas Sturmlechner
2022-03-04 9:51 Andreas Sturmlechner
2021-09-30 11:35 Andreas Sturmlechner
2021-09-07 15:43 Andreas Sturmlechner
2021-08-20 12:36 Andreas Sturmlechner
2015-04-07 23:17 Davide Pesavento
2015-04-07 15:00 Michael Palimaka
2015-03-29 14:33 Davide Pesavento
2014-06-22 19:27 Davide Pesavento
2014-06-01 2:41 Davide Pesavento
2014-02-14 15:29 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1428340934.999f73c43088777dbe2639e8e556ce13449add6d.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox