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 3E1D959CA3 for ; Mon, 14 Mar 2016 18:20:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5C0E21C003; Mon, 14 Mar 2016 18:20:44 +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 60D5421C003 for ; Mon, 14 Mar 2016 18:20:44 +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 6B33C340C33 for ; Mon, 14 Mar 2016 18:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17D7F847 for ; Mon, 14 Mar 2016 18:20:41 +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: <1457979553.828f13b98ea46da97fe220ce7a1bf0c24bcc2412.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild X-VCS-Directories: www-apps/airdcpp-webui/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 828f13b98ea46da97fe220ce7a1bf0c24bcc2412 X-VCS-Branch: master Date: Mon, 14 Mar 2016 18:20:41 +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: 5b48bf8e-ccb4-4f23-a261-8ec781cb05cd X-Archives-Hash: 4ef8aaaa0c0278f1a936bffa09c4fcb5 commit: 828f13b98ea46da97fe220ce7a1bf0c24bcc2412 Author: Louis Sautier gmail com> AuthorDate: Mon Mar 14 17:39:11 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Mar 14 18:19:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828f13b9 www-apps/airdcpp-webui: DEPEND on compatible versions of airdcpp-webclient Package-Manager: portage-2.2.27 Closes: https://github.com/gentoo/gentoo/pull/1047 www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild index baff4c8..7796c43 100644 --- a/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild +++ b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild @@ -13,8 +13,7 @@ LICENSE="MIT" SLOT="0" IUSE="" -DEPEND="" -RDEPEND="net-p2p/airdcpp-webclient" +RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*" S="${WORKDIR}/package"