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 BC00C139694 for ; Mon, 17 Apr 2017 16:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29B5C21C043; Mon, 17 Apr 2017 16:49:18 +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 0797721C043 for ; Mon, 17 Apr 2017 16:49:13 +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 2A5BF33FE7D for ; Mon, 17 Apr 2017 16:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76F9C743C for ; Mon, 17 Apr 2017 16:49:09 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492447738.3b1e2cdd8aa75814a3d5d9d4b802f43b8bd24ac1.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/totem/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/totem/totem-3.18.1.ebuild media-video/totem/totem-3.22.1.ebuild X-VCS-Directories: media-video/totem/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3b1e2cdd8aa75814a3d5d9d4b802f43b8bd24ac1 X-VCS-Branch: master Date: Mon, 17 Apr 2017 16:49:09 +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: 3ed6fa73-9b94-464f-86a9-8e09cf67de74 X-Archives-Hash: bd678c02651075ad303b1e1e280bc0fa commit: 3b1e2cdd8aa75814a3d5d9d4b802f43b8bd24ac1 Author: David Seifert gentoo org> AuthorDate: Mon Apr 17 16:46:18 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Apr 17 16:48:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1e2cdd media-video/totem: Add missing 'python' use dep Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4434 media-video/totem/totem-3.18.1.ebuild | 4 ++-- media-video/totem/totem-3.22.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/totem/totem-3.18.1.ebuild b/media-video/totem/totem-3.18.1.ebuild index c05e14b0ef9..84caef15793 100644 --- a/media-video/totem/totem-3.18.1.ebuild +++ b/media-video/totem/totem-3.18.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -56,7 +56,7 @@ RDEPEND=" nautilus? ( >=gnome-base/nautilus-2.91.3 ) python? ( ${PYTHON_DEPS} - >=dev-libs/libpeas-1.1.0[${PYTHON_USEDEP}] + >=dev-libs/libpeas-1.1.0[python,${PYTHON_USEDEP}] >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}] dev-python/pyxdg[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] diff --git a/media-video/totem/totem-3.22.1.ebuild b/media-video/totem/totem-3.22.1.ebuild index 6b7538d9fc5..1314932fd43 100644 --- a/media-video/totem/totem-3.22.1.ebuild +++ b/media-video/totem/totem-3.22.1.ebuild @@ -55,7 +55,7 @@ RDEPEND=" nautilus? ( >=gnome-base/nautilus-2.91.3 ) python? ( ${PYTHON_DEPS} - >=dev-libs/libpeas-1.1.0[${PYTHON_USEDEP}] + >=dev-libs/libpeas-1.1.0[python,${PYTHON_USEDEP}] >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}] dev-python/pyxdg[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}]