From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-884059-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C349F13828B for <garchives@archives.gentoo.org>; Fri, 27 May 2016 18:57:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E031F1426B; Fri, 27 May 2016 18:57:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F14A1426B for <gentoo-commits@lists.gentoo.org>; Fri, 27 May 2016 18:57:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9D05340CF8 for <gentoo-commits@lists.gentoo.org>; Fri, 27 May 2016 18:57:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C02E4964 for <gentoo-commits@lists.gentoo.org>; Fri, 27 May 2016 18:57:36 +0000 (UTC) From: "Michael Palimaka" <kensington@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" <kensington@gentoo.org> Message-ID: <1464375445.34a0d71157389bf8e5bf3652b236edfcc4d90b76.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/noto/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/noto/noto-20160305-r1.ebuild X-VCS-Directories: media-fonts/noto/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 34a0d71157389bf8e5bf3652b236edfcc4d90b76 X-VCS-Branch: master Date: Fri, 27 May 2016 18:57:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e2b9afa9-881a-4bab-be0c-b19f1ac3c04b X-Archives-Hash: 56c4b6820013a51221ada4a7b68747b0 commit: 34a0d71157389bf8e5bf3652b236edfcc4d90b76 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri May 27 18:56:30 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri May 27 18:57:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a0d711 media-fonts/noto: fix build dependency Thanks to Arfrever for noticing. Package-Manager: portage-2.3.0_rc1 media-fonts/noto/noto-20160305-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/noto/noto-20160305-r1.ebuild b/media-fonts/noto/noto-20160305-r1.ebuild index a7f7654..c7237a5 100644 --- a/media-fonts/noto/noto-20160305-r1.ebuild +++ b/media-fonts/noto/noto-20160305-r1.ebuild @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="cjk" -DEPEND="!cjk? ( app-arch/unzip )" +DEPEND="cjk? ( app-arch/unzip )" RESTRICT="binchecks strip" S=${WORKDIR}