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 C8B6459CB2 for ; Sat, 16 Apr 2016 17:05:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37EC521C09D; Sat, 16 Apr 2016 17:05:30 +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 A7EB821C09D for ; Sat, 16 Apr 2016 17:05:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B2FF6340A8E for ; Sat, 16 Apr 2016 17:05:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7254B13FF for ; Sat, 16 Apr 2016 17:05:26 +0000 (UTC) From: "Ian Delaney" 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" Message-ID: <1460826213.e32f1287b04af9767fd9d0b2a1881e4f1c9a0a94.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/cppman/cppman-0.4.6.ebuild X-VCS-Directories: app-doc/cppman/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: e32f1287b04af9767fd9d0b2a1881e4f1c9a0a94 X-VCS-Branch: master Date: Sat, 16 Apr 2016 17:05:26 +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: 39f81bdd-6b3d-4504-9585-ae75298e493d X-Archives-Hash: 47539d1999a48b955f4203d04ce8c941 commit: e32f1287b04af9767fd9d0b2a1881e4f1c9a0a94 Author: Jan Chren gmail com> AuthorDate: Sat Apr 16 10:40:18 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sat Apr 16 17:03:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32f1287 app-doc/cppman: RDEPEND fixes Closes: https://github.com/gentoo/gentoo/pull/1276 Signed-off-by: Ian Delaney gentoo.org> app-doc/cppman/cppman-0.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/cppman/cppman-0.4.6.ebuild b/app-doc/cppman/cppman-0.4.6.ebuild index c5e363f..b3e8333 100644 --- a/app-doc/cppman/cppman-0.4.6.ebuild +++ b/app-doc/cppman/cppman-0.4.6.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~x86" RDEPEND=" sys-apps/groff - >=dev-python/beautifulsoup-4 + dev-python/beautifulsoup:4[${PYTHON_USEDEP}] " # `./setup install` already installs docs