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 19C2E138334 for ; Tue, 28 Aug 2018 14:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D54AE07DB; Tue, 28 Aug 2018 14:29:18 +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 E588EE07DB for ; Tue, 28 Aug 2018 14:29:17 +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 62367335D6E for ; Tue, 28 Aug 2018 14:29:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BF5B3A6 for ; Tue, 28 Aug 2018 14:29:13 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1535466543.1d07f16c5dbeea77c8e7cd312a2deac1c6380d9e.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/cantarell/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/cantarell/cantarell-0.101.ebuild X-VCS-Directories: media-fonts/cantarell/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 1d07f16c5dbeea77c8e7cd312a2deac1c6380d9e X-VCS-Branch: master Date: Tue, 28 Aug 2018 14:29:13 +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-Archives-Salt: 1d2eff79-b3cc-4168-a28e-64aa4fb9ec90 X-Archives-Hash: 78e9945330a241242a6190053cb8f977 commit: 1d07f16c5dbeea77c8e7cd312a2deac1c6380d9e Author: Virgil Dupras gentoo org> AuthorDate: Tue Aug 28 14:29:03 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Tue Aug 28 14:29:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d07f16c media-fonts/cantarell: drop more keywords Previous commit didn't drop all keywords it had to (keywords unsupported by dev-libs/appstream) Bug: https://bugs.gentoo.org/656710 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-fonts/cantarell/cantarell-0.101.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/cantarell/cantarell-0.101.ebuild b/media-fonts/cantarell/cantarell-0.101.ebuild index 2bf664bee68..cb26ca5865a 100644 --- a/media-fonts/cantarell/cantarell-0.101.ebuild +++ b/media-fonts/cantarell/cantarell-0.101.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts" LICENSE="OFL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" RDEPEND="media-libs/fontconfig"