From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D1314138206 for ; Thu, 28 Apr 2016 05:50:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 545FAE087C; Thu, 28 Apr 2016 05:50:12 +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 EDFA9E087C for ; Thu, 28 Apr 2016 05:50:11 +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 82127340A38 for ; Thu, 28 Apr 2016 05:50:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EBC515F for ; Thu, 28 Apr 2016 05:50:07 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1461822542.7d1f01e9fd49bc1ea40af54376c40584224c3f8d.polynomial-c@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.45.eclass eclass/mozconfig-v6.46.eclass X-VCS-Directories: eclass/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7d1f01e9fd49bc1ea40af54376c40584224c3f8d X-VCS-Branch: master Date: Thu, 28 Apr 2016 05:50:07 +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: 03a38c2d-839a-4d9a-8b23-6d516d62c831 X-Archives-Hash: b5342ee54fb33c8160ee4f1203e0d6eb commit: 7d1f01e9fd49bc1ea40af54376c40584224c3f8d Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 28 05:47:31 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 28 05:49:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=7d1f01e9 Fixed harfbuzz's USE dependency (it's "graphite", not "graphite2") Signed-off-by: Lars Wendler gentoo.org> eclass/mozconfig-v6.45.eclass | 2 +- eclass/mozconfig-v6.46.eclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mozconfig-v6.45.eclass b/eclass/mozconfig-v6.45.eclass index 6d1586b..05127d2 100644 --- a/eclass/mozconfig-v6.45.eclass +++ b/eclass/mozconfig-v6.45.eclass @@ -120,7 +120,7 @@ RDEPEND=">=app-text/hunspell-1.2 system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( =dev-libs/libevent-2.0*:0= ) system-sqlite? ( >=dev-db/sqlite-3.9.1:3[secure-delete,debug=] ) - system-harfbuzz? ( >=media-libs/harfbuzz-1.1.3:0=[graphite2,icu] >=media-gfx/graphite2-1.3.8 ) + system-harfbuzz? ( >=media-libs/harfbuzz-1.1.3:0=[graphite,icu] >=media-gfx/graphite2-1.3.8 ) " if [[ ${PV} == "45.0" ]]; then diff --git a/eclass/mozconfig-v6.46.eclass b/eclass/mozconfig-v6.46.eclass index 8149082..90b11ef 100644 --- a/eclass/mozconfig-v6.46.eclass +++ b/eclass/mozconfig-v6.46.eclass @@ -124,7 +124,7 @@ RDEPEND=">=app-text/hunspell-1.2 system-libevent? ( =dev-libs/libevent-2.0*:0= ) system-sqlite? ( >=dev-db/sqlite-3.10.2:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc,svc(-)] ) - system-harfbuzz? ( >=media-libs/harfbuzz-1.1.3:0=[graphite2,icu] >=media-gfx/graphite2-1.3.8 ) + system-harfbuzz? ( >=media-libs/harfbuzz-1.1.3:0=[graphite,icu] >=media-gfx/graphite2-1.3.8 ) " if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then