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 90D301396D1 for ; Sat, 12 Aug 2017 14:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91D671FC050; Sat, 12 Aug 2017 14:21:57 +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 6C3D41FC050 for ; Sat, 12 Aug 2017 14:21:57 +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 532C334186C for ; Sat, 12 Aug 2017 14:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE92876A7 for ; Sat, 12 Aug 2017 14:21:54 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1502547702.7e7a425c6168e59a10a2b54c5fe59db1db8e38ac.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild X-VCS-Directories: app-i18n/tomoe-gtk/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 7e7a425c6168e59a10a2b54c5fe59db1db8e38ac X-VCS-Branch: master Date: Sat, 12 Aug 2017 14:21:54 +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: 00aae5b7-00a5-4cbe-9265-b6d97d223135 X-Archives-Hash: 6ea2fb0fbed50612b2ec58c89d35989e commit: 7e7a425c6168e59a10a2b54c5fe59db1db8e38ac Author: Akinori Hattori gentoo org> AuthorDate: Sat Aug 12 14:18:43 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Aug 12 14:21:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7a425c app-i18n/tomoe-gtk: add missing dependency Gentoo-Bug: 590150 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild index dde6b708351..65af6e4c7d6 100644 --- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild +++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild @@ -17,6 +17,7 @@ IUSE="python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="app-i18n/tomoe[python(+)?,${PYTHON_USEDEP}] + x11-libs/gtk+:2 python? ( ${PYTHON_DEPS} dev-python/pygobject:2[${PYTHON_USEDEP}]