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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 370F513835A for ; Thu, 25 Mar 2021 19:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B52EE0207; Thu, 25 Mar 2021 19:08:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53942E0207 for ; Thu, 25 Mar 2021 19:08:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A72DF340D28 for ; Thu, 25 Mar 2021 19:08:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45D915FC for ; Thu, 25 Mar 2021 19:08:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616699301.bb7ed0fab3189e44ef2031da3de1599486a31087.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/slibtool/slibtool-0.5.32.ebuild sys-devel/slibtool/slibtool-9999.ebuild X-VCS-Directories: sys-devel/slibtool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bb7ed0fab3189e44ef2031da3de1599486a31087 X-VCS-Branch: master Date: Thu, 25 Mar 2021 19:08:30 +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: 351a96fb-3c97-4ce3-89c0-4f6db1e7ca43 X-Archives-Hash: 4d61d14f41cf0ac9e21754a24f382ed3 commit: bb7ed0fab3189e44ef2031da3de1599486a31087 Author: Sam James gentoo org> AuthorDate: Thu Mar 25 19:03:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 25 19:08:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7ed0fa sys-devel/slibtool: ~x64-macos keyworded Signed-off-by: Sam James gentoo.org> sys-devel/slibtool/slibtool-0.5.32.ebuild | 2 +- sys-devel/slibtool/slibtool-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/slibtool/slibtool-0.5.32.ebuild b/sys-devel/slibtool/slibtool-0.5.32.ebuild index 2e1f61f16a7..dcfe54216da 100644 --- a/sys-devel/slibtool/slibtool-0.5.32.ebuild +++ b/sys-devel/slibtool/slibtool-0.5.32.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://git.foss21.org/slibtool" else SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ia64 ~sparc" + KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x64-macos" fi LICENSE="MIT" diff --git a/sys-devel/slibtool/slibtool-9999.ebuild b/sys-devel/slibtool/slibtool-9999.ebuild index 2e1f61f16a7..dcfe54216da 100644 --- a/sys-devel/slibtool/slibtool-9999.ebuild +++ b/sys-devel/slibtool/slibtool-9999.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://git.foss21.org/slibtool" else SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ia64 ~sparc" + KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x64-macos" fi LICENSE="MIT"