From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 75E271384B4 for ; Sat, 21 Nov 2015 01:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 119DEE07D5; Sat, 21 Nov 2015 01:20:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAE40E07D5 for ; Sat, 21 Nov 2015 01:20:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5102A340A69 for ; Sat, 21 Nov 2015 01:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2521DA95 for ; Sat, 21 Nov 2015 01:20:37 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1448068072.8332ad4c78e7273fd0748ad3e2e734c54a6f944f.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild net-misc/spice-gtk/spice-gtk-0.30.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 8332ad4c78e7273fd0748ad3e2e734c54a6f944f X-VCS-Branch: master Date: Sat, 21 Nov 2015 01:20:37 +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: 3ff234a5-7c39-411b-a9d2-bd91917c4581 X-Archives-Hash: d7e42700ada0c01fe2c7c373ff708339 commit: 8332ad4c78e7273fd0748ad3e2e734c54a6f944f Author: Matthias Maier gentoo org> AuthorDate: Sat Nov 21 01:07:40 2015 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Nov 21 01:07:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8332ad4c net-misc/spice-gtk: Add dependency on dev-python/six (bug #566272) dev-python/six is a mandatory build-time dependency. Thanks to Fabian Köster for pointing this out Gentoo-Bugs: 566272 Package-Manager: portage-2.2.24 .../spice-gtk/{spice-gtk-0.30.ebuild => spice-gtk-0.30-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.30.ebuild b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild similarity index 96% rename from net-misc/spice-gtk/spice-gtk-0.30.ebuild rename to net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild index 16b291a..8f6f00b 100644 --- a/net-misc/spice-gtk/spice-gtk-0.30.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild @@ -8,7 +8,7 @@ WANT_AUTOMAKE="1.12" VALA_MIN_API_VERSION="0.14" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_4 ) inherit autotools eutils multibuild python-single-r1 vala @@ -67,11 +67,12 @@ RDEPEND=" " DEPEND="${RDEPEND} >=app-emulation/spice-protocol-0.12.10 - dev-lang/python - dev-python/pyparsing dev-perl/Text-CSV + dev-python/pyparsing[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] >=dev-util/gtk-doc-am-1.14 >=dev-util/intltool-0.40.0 + ${PYTHON_DEPS} >=sys-devel/gettext-0.17 virtual/pkgconfig vala? ( $(vala_depend) )