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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE14215800F for ; Fri, 27 Jan 2023 11:58:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 166DFE0BF8; Fri, 27 Jan 2023 11:58:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFE69E0BF8 for ; Fri, 27 Jan 2023 11:58:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F00183410D5 for ; Fri, 27 Jan 2023 11:58:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B089531 for ; Fri, 27 Jan 2023 11:58:19 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1674820654.375d95d998e081dabb70d449049113a5a568c04b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/menulibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/menulibre/menulibre-2.2.3.ebuild X-VCS-Directories: x11-misc/menulibre/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 375d95d998e081dabb70d449049113a5a568c04b X-VCS-Branch: master Date: Fri, 27 Jan 2023 11:58:19 +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: 87e73f73-c6d8-4b50-8237-6876869a534a X-Archives-Hash: 939765e635d5fe883c08a506c893f191 commit: 375d95d998e081dabb70d449049113a5a568c04b Author: Ionen Wolkens gentoo org> AuthorDate: Fri Jan 27 11:43:14 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Jan 27 11:57:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375d95d9 x11-misc/menulibre: bdepend on intltool Closes: https://bugs.gentoo.org/892211 Signed-off-by: Ionen Wolkens gentoo.org> x11-misc/menulibre/menulibre-2.2.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/menulibre/menulibre-2.2.3.ebuild b/x11-misc/menulibre/menulibre-2.2.3.ebuild index 7161e3740c3c..c7b0cdd9783c 100644 --- a/x11-misc/menulibre/menulibre-2.2.3.ebuild +++ b/x11-misc/menulibre/menulibre-2.2.3.ebuild @@ -27,7 +27,8 @@ RDEPEND=" x11-themes/hicolor-icon-theme" BDEPEND=" $(python_gen_cond_dep ' - dev-python/python-distutils-extra[${PYTHON_USEDEP}]')" + dev-python/python-distutils-extra[${PYTHON_USEDEP}]') + dev-util/intltool" python_prepare_all() { distutils-r1_python_prepare_all