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 2F475138335 for ; Tue, 13 Aug 2019 08:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6137DE07A5; Tue, 13 Aug 2019 08:17:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 46F8EE07A5 for ; Tue, 13 Aug 2019 08:17:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C4F28349A03 for ; Tue, 13 Aug 2019 08:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84008760 for ; Tue, 13 Aug 2019 08:17:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1565684090.7615124764fdc55b87063c4cc1f3113ccf49c85b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mozo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/mozo/mozo-1.22.0.ebuild x11-misc/mozo/mozo-1.22.1.ebuild X-VCS-Directories: x11-misc/mozo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7615124764fdc55b87063c4cc1f3113ccf49c85b X-VCS-Branch: master Date: Tue, 13 Aug 2019 08:17:45 +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: 082abf50-b41c-49c0-a5af-45ed5408446b X-Archives-Hash: ef5962329d7104e157e955b6268f2550 commit: 7615124764fdc55b87063c4cc1f3113ccf49c85b Author: Michał Górny gentoo org> AuthorDate: Tue Aug 13 08:14:50 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 13 08:14:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76151247 x11-misc/mozo: Add missing PYTHON_REQUIRED_USE Signed-off-by: Michał Górny gentoo.org> x11-misc/mozo/mozo-1.22.0.ebuild | 2 +- x11-misc/mozo/mozo-1.22.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/mozo/mozo-1.22.0.ebuild b/x11-misc/mozo/mozo-1.22.0.ebuild index 06ccd781512..8becd64fa9d 100644 --- a/x11-misc/mozo/mozo-1.22.0.ebuild +++ b/x11-misc/mozo/mozo-1.22.0.ebuild @@ -15,8 +15,8 @@ fi DESCRIPTION="Mozo menu editor for MATE" LICENSE="GPL-2" SLOT="0" - IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} COMMON_DEPEND="${PYTHON_DEPS} >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] diff --git a/x11-misc/mozo/mozo-1.22.1.ebuild b/x11-misc/mozo/mozo-1.22.1.ebuild index 9c950c49491..dec4df03ee1 100644 --- a/x11-misc/mozo/mozo-1.22.1.ebuild +++ b/x11-misc/mozo/mozo-1.22.1.ebuild @@ -15,8 +15,8 @@ fi DESCRIPTION="Mozo menu editor for MATE" LICENSE="GPL-2" SLOT="0" - IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} COMMON_DEPEND="${PYTHON_DEPS} >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]