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 6F33F1392EF for ; Wed, 16 Jul 2014 15:14:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FBA6E099E; Wed, 16 Jul 2014 15:14:46 +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 CFB3AE099E for ; Wed, 16 Jul 2014 15:14:45 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D85A334008E for ; Wed, 16 Jul 2014 15:14:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 84A71193E6 for ; Wed, 16 Jul 2014 15:14:43 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1405266078.26bf3116e64fcf19cef6d2ac1e79aec3c41c247c.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay-9999.ebuild X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 26bf3116e64fcf19cef6d2ac1e79aec3c41c247c X-VCS-Branch: master Date: Wed, 16 Jul 2014 15:14:43 +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: 2d58c7c6-c480-44f7-ab38-68f8b9a24356 X-Archives-Hash: 70487b2a01648e2fe473d7935be26370 commit: 26bf3116e64fcf19cef6d2ac1e79aec3c41c247c Author: André Erdmann mailerd de> AuthorDate: Sun Jul 13 15:41:18 2014 +0000 Commit: André Erdmann mailerd de> CommitDate: Sun Jul 13 15:41:18 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=26bf3116 roverlay-9999.ebuild: drop dep on python-argparse virtual/python-argparse is masked --- roverlay-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/roverlay-9999.ebuild b/roverlay-9999.ebuild index 290bd51..2b3cacb 100644 --- a/roverlay-9999.ebuild +++ b/roverlay-9999.ebuild @@ -30,7 +30,6 @@ DEPEND=" compress-config? ( app-arch/bzip2 )" RDEPEND=" sys-apps/portage - virtual/python-argparse[${PYTHON_USEDEP}] dev-python/mako[${PYTHON_USEDEP}] xz? ( $(python_gen_cond_dep dev-python/backports-lzma[$(python_gen_usedep python{2_7,3_2})] python{2_7,3_2} ) ) virtual/python-futures[${PYTHON_USEDEP}]"