From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-878937-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 836FF138206 for <garchives@archives.gentoo.org>; Fri, 29 Apr 2016 05:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DFB321C009; Fri, 29 Apr 2016 05:46:36 +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 E571721C009 for <gentoo-commits@lists.gentoo.org>; Fri, 29 Apr 2016 05:46:35 +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 61EB5340BF6 for <gentoo-commits@lists.gentoo.org>; Fri, 29 Apr 2016 05:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1938A32D for <gentoo-commits@lists.gentoo.org>; Fri, 29 Apr 2016 05:46:31 +0000 (UTC) From: "Ian Delaney" <idella4@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" <idella4@gentoo.org> Message-ID: <1461908780.14cb582e7423bf3c2a463df86c8c139d7bf138e4.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uranium/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uranium/uranium-2.1.0_beta-r1.ebuild dev-python/uranium/uranium-2.1.0_beta.ebuild X-VCS-Directories: dev-python/uranium/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 14cb582e7423bf3c2a463df86c8c139d7bf138e4 X-VCS-Branch: master Date: Fri, 29 Apr 2016 05:46:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 945d416a-c46c-4095-a0d9-1533c6a3be34 X-Archives-Hash: 9055985d30ab01e884cd4da29039d780 commit: 14cb582e7423bf3c2a463df86c8c139d7bf138e4 Author: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu> AuthorDate: Thu Apr 28 22:34:13 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Fri Apr 29 05:46:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cb582e dev-python/uranium: move build time dependency gettext from RDEPEND to DEPEND Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1372 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org> .../{uranium-2.1.0_beta.ebuild => uranium-2.1.0_beta-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/uranium/uranium-2.1.0_beta.ebuild b/dev-python/uranium/uranium-2.1.0_beta-r1.ebuild similarity index 96% rename from dev-python/uranium/uranium-2.1.0_beta.ebuild rename to dev-python/uranium/uranium-2.1.0_beta-r1.ebuild index 861956d..4a0e83b 100644 --- a/dev-python/uranium/uranium-2.1.0_beta.ebuild +++ b/dev-python/uranium/uranium-2.1.0_beta-r1.ebuild @@ -24,9 +24,9 @@ RDEPEND="${PYTHON_DEPS} dev-python/PyQt5[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-qt/qtdeclarative:5 - dev-qt/qtquickcontrols:5 - sys-devel/gettext" + dev-qt/qtquickcontrols:5" DEPEND="${RDEPEND} + sys-devel/gettext doc? ( app-doc/doxygen ) test? ( dev-python/pytest[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_PN}-${MY_PV}"