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 0180D139697 for ; Mon, 17 Apr 2017 16:49:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B8E3E0CE3; Mon, 17 Apr 2017 16:49:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F3719E0CF3 for ; Mon, 17 Apr 2017 16:49:11 +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 A336034164B for ; Mon, 17 Apr 2017 16:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CC2A7439 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: <1492447723.13c0ac7ea8cd2008b83e09dd120db1cfaf498263.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/gedit/gedit-3.22.0.ebuild X-VCS-Directories: app-editors/gedit/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 13c0ac7ea8cd2008b83e09dd120db1cfaf498263 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: 1f9f7966-b6bc-4a2a-ba00-6a31cd7655c6 X-Archives-Hash: 5d16d995294d764544a8129107d9cdad commit: 13c0ac7ea8cd2008b83e09dd120db1cfaf498263 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:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c0ac7e app-editors/gedit: Add missing 'python' use dep Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4434 app-editors/gedit/gedit-3.22.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/gedit/gedit-3.22.0.ebuild b/app-editors/gedit/gedit-3.22.0.ebuild index ee7a7f3e4ab..3e3bc39dedf 100644 --- a/app-editors/gedit/gedit-3.22.0.ebuild +++ b/app-editors/gedit/gedit-3.22.0.ebuild @@ -38,7 +38,7 @@ COMMON_DEPEND=" ${PYTHON_DEPS} dev-python/pycairo[${PYTHON_USEDEP}] >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}] - dev-libs/libpeas[${PYTHON_USEDEP}] ) + dev-libs/libpeas[python,${PYTHON_USEDEP}] ) spell? ( >=app-text/gspell-0.2.5:0= ) " RDEPEND="${COMMON_DEPEND}