From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9E7A138334 for ; Thu, 8 Aug 2019 22:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02B08E07F6; Thu, 8 Aug 2019 22:22:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCD0BE07F6 for ; Thu, 8 Aug 2019 22:22:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F7933496D6 for ; Thu, 8 Aug 2019 22:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7CBF740 for ; Thu, 8 Aug 2019 22:22:52 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1565302936.4caad5b11a0e14ef75b60382c82cf3ad19de7934.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bite/bite-9999.ebuild X-VCS-Directories: dev-util/bite/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 4caad5b11a0e14ef75b60382c82cf3ad19de7934 X-VCS-Branch: master Date: Thu, 8 Aug 2019 22:22:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a958d32-c487-420b-b23d-ce75b7026842 X-Archives-Hash: fc9bc0a79a3aeab42437fb5c8e68234a commit: 4caad5b11a0e14ef75b60382c82cf3ad19de7934 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 8 22:19:55 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 8 22:22:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4caad5b1 dev-util/bite: fix missing pkg revision warning Signed-off-by: Tim Harder gentoo.org> dev-util/bite/bite-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/bite/bite-9999.ebuild b/dev-util/bite/bite-9999.ebuild index fc1ffd808d2..adddde77b9b 100644 --- a/dev-util/bite/bite-9999.ebuild +++ b/dev-util/bite/bite-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,7 +31,7 @@ RDEPEND=" app-crypt/gpgme[python,${PYTHON_USEDEP}] " if [[ ${PV} == *9999 ]] ; then - RDEPEND+=" =dev-python/snakeoil-9999[${PYTHON_USEDEP}]" + RDEPEND+=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]" SPHINX="dev-python/sphinx[${PYTHON_USEDEP}]" else RDEPEND+=" >=dev-python/snakeoil-0.8[${PYTHON_USEDEP}]"