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 C46C8139085 for ; Sun, 29 Jan 2017 12:57:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 123A523401A; Sun, 29 Jan 2017 12:57:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E09B323401A for ; Sun, 29 Jan 2017 12:57:49 +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 1538534165F for ; Sun, 29 Jan 2017 12:57:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ECCE39CC for ; Sun, 29 Jan 2017 12:57:47 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1485694646.f7e268454cae25a69ba6ed32abfb2529f4bd0e47.mudler@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.16.0-r1.ebuild x11-misc/mozo/mozo-1.16.0.ebuild X-VCS-Directories: x11-misc/mozo/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: f7e268454cae25a69ba6ed32abfb2529f4bd0e47 X-VCS-Branch: master Date: Sun, 29 Jan 2017 12:57:47 +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: 678ef4c1-fe18-42db-a3bd-bd4d8e537395 X-Archives-Hash: 3aead1e25ab8286bcb7b932387e339c4 commit: f7e268454cae25a69ba6ed32abfb2529f4bd0e47 Author: Ettore Di Giacinto gentoo org> AuthorDate: Sun Jan 29 12:32:26 2017 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Sun Jan 29 12:57:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e26845 x11-misc/mozo: revision bump #606986 * enforce USE python constraint on mate-base/mate-menus Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=606986 Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-misc/mozo/{mozo-1.16.0.ebuild => mozo-1.16.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/mozo/mozo-1.16.0.ebuild b/x11-misc/mozo/mozo-1.16.0-r1.ebuild similarity index 92% rename from x11-misc/mozo/mozo-1.16.0.ebuild rename to x11-misc/mozo/mozo-1.16.0-r1.ebuild index 80e2d65..0e27e29 100644 --- a/x11-misc/mozo/mozo-1.16.0.ebuild +++ b/x11-misc/mozo/mozo-1.16.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ IUSE="" COMMON_DEPEND="${PYTHON_DEPS} >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] - >=mate-base/mate-menus-1.6[introspection] + >=mate-base/mate-menus-1.6[introspection,python] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] virtual/libintl:0