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 84A5D13835A for ; Wed, 17 Mar 2021 02:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0E11E0822; Wed, 17 Mar 2021 02:16:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9B4E2E0822 for ; Wed, 17 Mar 2021 02:16:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 98A3133BF41 for ; Wed, 17 Mar 2021 02:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 210875C5 for ; Wed, 17 Mar 2021 02:16:04 +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: <1615947330.9a1d62076cea240e39583156d826cf1cbbe01771.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/tex-gyre/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/tex-gyre/tex-gyre-2.501.ebuild X-VCS-Directories: media-fonts/tex-gyre/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a1d62076cea240e39583156d826cf1cbbe01771 X-VCS-Branch: master Date: Wed, 17 Mar 2021 02:16:04 +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: 13ded24a-34a5-453a-921d-638f088e824e X-Archives-Hash: 1759b18c4b7f186b477e30cd6f49b869 commit: 9a1d62076cea240e39583156d826cf1cbbe01771 Author: Sam James gentoo org> AuthorDate: Wed Mar 17 02:15:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 17 02:15:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1d6207 media-fonts/tex-gyre: Stabilize 2.501 amd64, #776697 Signed-off-by: Sam James gentoo.org> media-fonts/tex-gyre/tex-gyre-2.501.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/tex-gyre/tex-gyre-2.501.ebuild b/media-fonts/tex-gyre/tex-gyre-2.501.ebuild index ad498a6c96f..5fcc85c3809 100644 --- a/media-fonts/tex-gyre/tex-gyre-2.501.ebuild +++ b/media-fonts/tex-gyre/tex-gyre-2.501.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/${MY_P}.zip" LICENSE="|| ( GFL LPPL-1.3c )" # legally equivalent SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~x86" BDEPEND="app-arch/unzip"