public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tix/
Date: Thu,  7 Jan 2021 08:20:32 +0000 (UTC)	[thread overview]
Message-ID: <1610007593.878a20c0a63b0054c53ddd4e82923723f886057c.grobian@gentoo> (raw)

commit:     878a20c0a63b0054c53ddd4e82923723f886057c
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 08:19:53 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 08:19:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878a20c0

dev-tcltk/tix: drop handling for x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-tcltk/tix/tix-8.4.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/tix/tix-8.4.3-r1.ebuild b/dev-tcltk/tix/tix-8.4.3-r1.ebuild
index a4b7cf8d7ca..f7b7e623a74 100644
--- a/dev-tcltk/tix/tix-8.4.3-r1.ebuild
+++ b/dev-tcltk/tix/tix-8.4.3-r1.ebuild
@@ -27,7 +27,7 @@ RDEPEND="${DEPEND}"
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
-	(use x86-macos || use x64-macos) || epatch "${FILESDIR}"/${P}-link.patch
+	[[ ${CHOST} == *-darwin* ]] || epatch "${FILESDIR}"/${P}-link.patch
 	sed \
 		-e 's:-Os::g' \
 		-i configure tclconfig/tcl.m4 || die
@@ -48,7 +48,7 @@ src_install() {
 	# Bug 168897
 	doheader generic/tix.h
 	# Bug 201138
-	if use x86-macos || use x64-macos; then
+	if [[ ${CHOST} == *-darwin* ]] ; then
 		mv "${ED}"/usr/$(get_libdir)/${MY_P}/libTix{,.}${PV}.dylib
 		dosym ${MY_P}/libTix.${PV}.dylib /usr/$(get_libdir)/libTix.${PV}.dylib
 	else


             reply	other threads:[~2021-01-07  8:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07  8:20 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-11 21:52 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tix/ Alfredo Tupone
2022-12-26  2:03 WANG Xuerui
2022-01-02 11:22 Jakov Smolić
2022-01-02  0:04 Sam James
2022-01-01 11:07 Sam James
2021-12-30 19:48 Arthur Zamarin
2021-12-28 20:46 Arthur Zamarin
2021-12-28 20:39 Arthur Zamarin
2021-12-28 20:39 Arthur Zamarin
2021-12-28 20:39 Arthur Zamarin
2021-10-26 19:18 Alfredo Tupone
2021-06-30 17:55 Marek Szuba
2021-01-06 22:33 Fabian Groffen
2020-06-04 17:14 Mart Raudsepp
2018-06-08  7:56 Mikle Kolyada
2017-06-21 10:27 Alexis Ballier

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=1610007593.878a20c0a63b0054c53ddd4e82923723f886057c.grobian@gentoo \
    --to=grobian@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