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 7F6A4138334 for ; Tue, 28 Aug 2018 15:35:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E9EDE07F2; Tue, 28 Aug 2018 15:35:33 +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 6CDC1E07F2 for ; Tue, 28 Aug 2018 15:35:32 +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 67DF9335D89 for ; Tue, 28 Aug 2018 15:35:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D91673B9 for ; Tue, 28 Aug 2018 15:35:29 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1535470503.fc73079d6fd2a8dbb36356e53d17d0bfaf2f8cd2.leio@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: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: fc73079d6fd2a8dbb36356e53d17d0bfaf2f8cd2 X-VCS-Branch: master Date: Tue, 28 Aug 2018 15:35:29 +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: 215c1582-f02c-4e25-b406-ad806151125f X-Archives-Hash: 47e864b5a1905bad7ffc0dd9f17dd960 commit: fc73079d6fd2a8dbb36356e53d17d0bfaf2f8cd2 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Aug 28 15:34:03 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Aug 28 15:35:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc73079d Revert "media-fonts/cantarell: requires appstream" This reverts non-maintainer commit ec9fc0ddb2bb4d9861a443e626a011dcfb32ac78. appstream is NOT required, only something that appstream happens to pull in, probably as build-time only, so doesn't even guarantee its presence for cantarell build. Bug: https://bugs.gentoo.org/656710 media-fonts/cantarell/cantarell-0.101.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-fonts/cantarell/cantarell-0.101.ebuild b/media-fonts/cantarell/cantarell-0.101.ebuild index 2bf664bee68..5f8b20d7d6d 100644 --- a/media-fonts/cantarell/cantarell-0.101.ebuild +++ b/media-fonts/cantarell/cantarell-0.101.ebuild @@ -11,12 +11,11 @@ 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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="media-libs/fontconfig" DEPEND=" - dev-libs/appstream >=sys-devel/gettext-0.19.8 virtual/pkgconfig "