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 BB0E51382C5 for ; Tue, 23 Jun 2020 03:44:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E52A5E08A4; Tue, 23 Jun 2020 03:44:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6890CE08A2 for ; Tue, 23 Jun 2020 03:44: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 D0DE534F2BF for ; Tue, 23 Jun 2020 03:44:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2EF328E for ; Tue, 23 Jun 2020 03:44:12 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1592882653.0af2ab1bf53f521d21f17df0677441ac664ebb2b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0af2ab1bf53f521d21f17df0677441ac664ebb2b X-VCS-Branch: master Date: Tue, 23 Jun 2020 03:44:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c4e9e74-724a-41e0-b6d6-4b41f0a11a59 X-Archives-Hash: 346d324e42fe6d5fcf48227f81257feb commit: 0af2ab1bf53f521d21f17df0677441ac664ebb2b Author: Matt Turner gentoo org> AuthorDate: Tue Jun 23 03:23:08 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jun 23 03:24:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af2ab1b media-libs/mesa: Drop dependency on sys-devel/gettext Upstream commit 2ef983dca61b (driconf: drop now unused translation facility) dropped the translation facility and the dependency on gettext. Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 00b4050b4e8..29a60e1a14f 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -228,7 +228,6 @@ BDEPEND=" ) sys-devel/bison sys-devel/flex - sys-devel/gettext virtual/pkgconfig $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") "