Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bite/
Date: Thu, 08 Aug 2019 22:22:55
Message-Id: 1565302936.4caad5b11a0e14ef75b60382c82cf3ad19de7934.radhermit@gentoo
1 commit: 4caad5b11a0e14ef75b60382c82cf3ad19de7934
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 8 22:19:55 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 8 22:22:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4caad5b1
7
8 dev-util/bite: fix missing pkg revision warning
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-util/bite/bite-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/bite/bite-9999.ebuild b/dev-util/bite/bite-9999.ebuild
16 index fc1ffd808d2..adddde77b9b 100644
17 --- a/dev-util/bite/bite-9999.ebuild
18 +++ b/dev-util/bite/bite-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -31,7 +31,7 @@ RDEPEND="
26 app-crypt/gpgme[python,${PYTHON_USEDEP}]
27 "
28 if [[ ${PV} == *9999 ]] ; then
29 - RDEPEND+=" =dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
30 + RDEPEND+=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
31 SPHINX="dev-python/sphinx[${PYTHON_USEDEP}]"
32 else
33 RDEPEND+=" >=dev-python/snakeoil-0.8[${PYTHON_USEDEP}]"