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 001861396D2 for ; Fri, 15 Sep 2017 15:38:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FE9C1FC008; Fri, 15 Sep 2017 15:38:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0EA60E0BC7 for ; Fri, 15 Sep 2017 15:38:11 +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 DA0AA33BE69 for ; Fri, 15 Sep 2017 15:38:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B1979080 for ; Fri, 15 Sep 2017 15:38:09 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1505489868.774dcec362e46ab323f9527db962db35714d2c33.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/noto/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/noto/noto-20170403.ebuild X-VCS-Directories: media-fonts/noto/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 774dcec362e46ab323f9527db962db35714d2c33 X-VCS-Branch: master Date: Fri, 15 Sep 2017 15:38:09 +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: 711d871b-0ff4-47cc-87cb-049289824b85 X-Archives-Hash: b0ab352d2491212c351560af70843739 commit: 774dcec362e46ab323f9527db962db35714d2c33 Author: Tobias Klausmann gentoo org> AuthorDate: Fri Sep 15 15:37:48 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Fri Sep 15 15:37:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774dcec3 media-fonts/noto-20170403-r0: alpha stable Gentoo-Bug: 625832 media-fonts/noto/noto-20170403.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/noto/noto-20170403.ebuild b/media-fonts/noto/noto-20170403.ebuild index 7f97feaa459..971be6c493f 100644 --- a/media-fonts/noto/noto-20170403.ebuild +++ b/media-fonts/noto/noto-20170403.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz" LICENSE="OFL-1.1" # https://github.com/googlei18n/noto-fonts/blob/master/NEWS SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="cjk" RDEPEND="cjk? ( media-fonts/noto-cjk )"